ajaxify_rails 0.7.0beta → 0.7.0
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/lib/ajaxify_rails/version.rb +1 -1
- metadata +7 -9
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ajaxify_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.7.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nico Ritsche
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -258,18 +258,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
258
258
|
- - ! '>='
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
260
|
version: '0'
|
|
261
|
-
segments:
|
|
262
|
-
- 0
|
|
263
|
-
hash: -96360880157980810
|
|
264
261
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
262
|
none: false
|
|
266
263
|
requirements:
|
|
267
|
-
- - ! '
|
|
264
|
+
- - ! '>='
|
|
268
265
|
- !ruby/object:Gem::Version
|
|
269
|
-
version:
|
|
266
|
+
version: '0'
|
|
270
267
|
requirements: []
|
|
271
268
|
rubyforge_project:
|
|
272
|
-
rubygems_version: 1.8.
|
|
269
|
+
rubygems_version: 1.8.24
|
|
273
270
|
signing_key:
|
|
274
271
|
specification_version: 3
|
|
275
272
|
summary: Rails gem for automatically turning internal links/forms into ajax links/forms
|
|
@@ -323,3 +320,4 @@ test_files:
|
|
|
323
320
|
- spec/ajaxify_test/script/rails
|
|
324
321
|
- spec/integration/ajaxify_rails_spec.rb
|
|
325
322
|
- spec/spec_helper.rb
|
|
323
|
+
has_rdoc:
|