Skip to content

Commit

Permalink
Gemspec update.
Browse files Browse the repository at this point in the history
  • Loading branch information
neektza committed Nov 4, 2014
1 parent 20680d9 commit 93445ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rMeetup (2.0.0)
rMeetup (2.0.1)
buftok (~> 0.2)
http (~> 0.6)
http_parser.rb (~> 0.6)
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
guard-rspec (4.2.8)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
http (0.6.0)
http (0.6.2)
http_parser.rb (~> 0.6.0)
http_parser.rb (0.6.0)
json (1.8.1)
Expand Down
4 changes: 2 additions & 2 deletions rmeetup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY

spec.name = 'rMeetup'
spec.description = 'meetup.com ruby client lib'
spec.description = 'meetup.com API wrapper for Ruby'
spec.authors = ['Jared Pace', 'Jason Berlinsky', 'Tommy Chan', 'Tanner Mares', 'Zishan Ahmad', 'Nikica Jokić']
spec.email = ['jdpace@github.com', 'jason@jasonberlinsky.com', 'tommytcchan@gmail.com', 'tannermares@gmail.com', 'me@zishanahmad.com', 'neektza@gmail.com']
spec.homepage = 'https://github.com/neektza/rmeetup'
spec.summary = 'A Ruby wrapper for the Meetup REST API v2'
spec.summary = 'A Ruby wrapper for the Meetup API v2'

spec.required_rubygems_version = '>= 1.3.6'

Expand Down

0 comments on commit 93445ec

Please sign in to comment.