Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetabdi committed Apr 24, 2015
1 parent 84fc621 commit ea4fd68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
6 changes: 3 additions & 3 deletions alluc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Ahmet Abdi"]
spec.email = ["[email protected]"]

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"

Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/alluc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Alluc
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit ea4fd68

Please sign in to comment.