Skip to content

Commit

Permalink
Regenerated gemspec for version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 18, 2009
1 parent 925cc50 commit dcf799b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rpx_now.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{rpx_now}
s.version = "0.5.3"
s.version = "0.5.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
s.date = %q{2009-06-17}
s.date = %q{2009-06-18}
s.email = %q{grosser.michael@gmail.com}
s.extra_rdoc_files = [
"README.markdown"
Expand All @@ -16,8 +16,11 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION.yml",
"lib/rpx_now.rb",
"lib/rpx_now/contacts_collection.rb",
"lib/rpx_now/user_integration.rb",
"lib/rpx_now/user_proxy.rb",
"spec/fixtures/get_contacts_response.json",
"spec/rpx_now/contacts_collection_spec.rb",
"spec/rpx_now/user_proxy_spec.rb",
"spec/rpx_now_spec.rb",
"spec/spec_helper.rb"
Expand All @@ -30,6 +33,7 @@ Gem::Specification.new do |s|
s.summary = %q{Helper to simplify RPX Now user login/creation}
s.test_files = [
"spec/rpx_now_spec.rb",
"spec/rpx_now/contacts_collection_spec.rb",
"spec/rpx_now/user_proxy_spec.rb",
"spec/spec_helper.rb"
]
Expand Down

0 comments on commit dcf799b

Please sign in to comment.