optionsful 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/optionsful.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -9,9 +9,9 @@ begin
9
9
  gem.summary = %Q{Support HTTP OPTIONS verb on your Rails 3 app.}
10
10
  gem.description = %Q{Help building RESTful web services by supporting the HTTP OPTIONS verb on Ruby on Rails applications.}
11
11
  gem.email = "kayaman@baurets.net"
12
- gem.homepage = "http://github.com/kayaman/optionsful3"
12
+ gem.homepage = "http://github.com/kayaman/optionsful"
13
13
  gem.authors = ["Marco Antonio Gonzalez Junior"]
14
- gem.rubyforge_project = "optionsful3"
14
+ gem.rubyforge_project = "optionsful"
15
15
  gem.add_development_dependency "rspec", ">= 1.2.9"
16
16
  gem.add_development_dependency "yard", ">= 0"
17
17
  gem.add_development_dependency "cucumber", ">= 0"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/optionsful.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{optionsful}
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marco Antonio Gonzalez Junior"]
@@ -44,10 +44,10 @@ Gem::Specification.new do |s|
44
44
  "spec/spec.opts",
45
45
  "spec/spec_helper.rb"
46
46
  ]
47
- s.homepage = %q{http://github.com/kayaman/optionsful3}
47
+ s.homepage = %q{http://github.com/kayaman/optionsful}
48
48
  s.rdoc_options = ["--charset=UTF-8"]
49
49
  s.require_paths = ["lib"]
50
- s.rubyforge_project = %q{optionsful3}
50
+ s.rubyforge_project = %q{optionsful}
51
51
  s.rubygems_version = %q{1.3.7}
52
52
  s.summary = %q{Support HTTP OPTIONS verb on your Rails 3 app.}
53
53
  s.test_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optionsful
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marco Antonio Gonzalez Junior
@@ -115,7 +115,7 @@ files:
115
115
  - spec/spec.opts
116
116
  - spec/spec_helper.rb
117
117
  has_rdoc: true
118
- homepage: http://github.com/kayaman/optionsful3
118
+ homepage: http://github.com/kayaman/optionsful
119
119
  licenses: []
120
120
 
121
121
  post_install_message:
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: "0"
144
144
  requirements: []
145
145
 
146
- rubyforge_project: optionsful3
146
+ rubyforge_project: optionsful
147
147
  rubygems_version: 1.3.7
148
148
  signing_key:
149
149
  specification_version: 3