optionsful 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/optionsful.gemspec +3 -3
- 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/
|
|
12
|
+
gem.homepage = "http://github.com/kayaman/optionsful"
|
|
13
13
|
gem.authors = ["Marco Antonio Gonzalez Junior"]
|
|
14
|
-
gem.rubyforge_project = "
|
|
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.
|
|
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.
|
|
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/
|
|
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{
|
|
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:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
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/
|
|
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:
|
|
146
|
+
rubyforge_project: optionsful
|
|
147
147
|
rubygems_version: 1.3.7
|
|
148
148
|
signing_key:
|
|
149
149
|
specification_version: 3
|