sinatra-formhelpers-ng 1.6.1 → 1.6.2
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 +1 -1
- data/VERSION +1 -1
- data/sinatra-formhelpers-ng.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
gem.summary = %Q{Form helpers for Sinatra}
|
|
13
13
|
gem.description = %Q{Simple, lightweight form helpers for Sinatra.}
|
|
14
14
|
gem.email = "cymenvig@gmail.com"
|
|
15
|
-
gem.homepage = "http://github.com/cymen/sinatra-formhelpers"
|
|
15
|
+
gem.homepage = "http://github.com/cymen/sinatra-formhelpers-ng"
|
|
16
16
|
gem.authors = ["twilson63", "Nate Wiger", "Cymen Vig"]
|
|
17
17
|
gem.add_development_dependency "bacon", ">= 0"
|
|
18
18
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.2
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "sinatra-formhelpers-ng"
|
|
8
|
-
s.version = "1.6.
|
|
8
|
+
s.version = "1.6.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["twilson63", "Nate Wiger", "Cymen Vig"]
|
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
"spec/form_helpers_spec.rb",
|
|
30
30
|
"spec/spec_helper.rb"
|
|
31
31
|
]
|
|
32
|
-
s.homepage = "http://github.com/cymen/sinatra-formhelpers"
|
|
32
|
+
s.homepage = "http://github.com/cymen/sinatra-formhelpers-ng"
|
|
33
33
|
s.require_paths = ["lib"]
|
|
34
34
|
s.rubygems_version = "1.8.25"
|
|
35
35
|
s.summary = "Form helpers for Sinatra"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-formhelpers-ng
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -80,7 +80,7 @@ files:
|
|
|
80
80
|
- sinatra-formhelpers-ng.gemspec
|
|
81
81
|
- spec/form_helpers_spec.rb
|
|
82
82
|
- spec/spec_helper.rb
|
|
83
|
-
homepage: http://github.com/cymen/sinatra-formhelpers
|
|
83
|
+
homepage: http://github.com/cymen/sinatra-formhelpers-ng
|
|
84
84
|
licenses: []
|
|
85
85
|
post_install_message:
|
|
86
86
|
rdoc_options: []
|
|
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
segments:
|
|
96
96
|
- 0
|
|
97
|
-
hash: -
|
|
97
|
+
hash: -799789102277018342
|
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
none: false
|
|
100
100
|
requirements:
|