From ea4fd68f24ab2c63131db82b292e92686202ac01 Mon Sep 17 00:00:00 2001 From: Ahmet Abdi Date: Fri, 24 Apr 2015 12:06:12 +0100 Subject: [PATCH] :fire: --- Gemfile.lock | 4 ++-- alluc.gemspec | 6 +++--- lib/alluc/version.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31513b7..4c7ee4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - alluc (0.1.0) - excon + alluc (0.2.0) + excon (~> 0.44.4) GEM remote: https://rubygems.org/ diff --git a/alluc.gemspec b/alluc.gemspec index 548b758..679593b 100644 --- a/alluc.gemspec +++ b/alluc.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.authors = ["Ahmet Abdi"] spec.email = ["ahmetabdi@gmail.com"] - spec.summary = %q{} - spec.description = %q{} + spec.summary = %q{'Alluc API'} + spec.description = %q{'ALluc API'} spec.homepage = "https://github.com/ahmetabdi/alluc" spec.license = "MIT" @@ -21,5 +21,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" - spec.add_dependency 'excon' + spec.add_dependency 'excon', '~> 0.44.4' end diff --git a/lib/alluc/version.rb b/lib/alluc/version.rb index 5fba08d..d8ab0ad 100644 --- a/lib/alluc/version.rb +++ b/lib/alluc/version.rb @@ -1,3 +1,3 @@ module Alluc - VERSION = "0.1.0" + VERSION = "0.2.0" end