mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Regenerated gemspec for version 0.1.1
This commit is contained in:
parent
23def39599
commit
b687431d43
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{simple_oauth}
|
||||
s.version = "0.1.0"
|
||||
s.version = "0.1.1"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Steve Richert"]
|
||||
|
|
@ -18,12 +18,16 @@ Gem::Specification.new do |s|
|
|||
]
|
||||
s.files = [
|
||||
".gitignore",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"LICENSE",
|
||||
"README.rdoc",
|
||||
"Rakefile",
|
||||
"init.rb",
|
||||
"lib/simple_oauth.rb",
|
||||
"simple_oauth.gemspec",
|
||||
"test/helper.rb",
|
||||
"test/rsa_private_key",
|
||||
"test/simple_oauth_test.rb"
|
||||
]
|
||||
s.homepage = %q{http://github.com/laserlemon/simple_oauth}
|
||||
|
|
|
|||
Loading…
Reference in a new issue