infinitescrolling-rails 0.1.5 → 0.1.6
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/Gemfile.lock +2 -3
- data/infinitescrolling-rails.gemspec +3 -4
- metadata +10 -21
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
infinitescrolling-rails (0.1.
|
|
4
|
+
infinitescrolling-rails (0.1.6)
|
|
5
5
|
jquery-rails
|
|
6
6
|
railties (~> 3.1.0)
|
|
7
|
-
sprockets (~> 2.0.0)
|
|
8
7
|
|
|
9
8
|
GEM
|
|
10
9
|
remote: http://rubygems.org/
|
|
@@ -30,7 +29,7 @@ GEM
|
|
|
30
29
|
erubis (2.7.0)
|
|
31
30
|
hike (1.2.1)
|
|
32
31
|
i18n (0.6.0)
|
|
33
|
-
jquery-rails (1.0.
|
|
32
|
+
jquery-rails (1.0.18)
|
|
34
33
|
railties (~> 3.0)
|
|
35
34
|
thor (~> 0.14)
|
|
36
35
|
json (1.6.1)
|
|
@@ -2,18 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "infinitescrolling-rails"
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.6"
|
|
6
6
|
s.platform = Gem::Platform::RUBY
|
|
7
7
|
s.authors = ["Leif Bladt"]
|
|
8
8
|
s.email = ["leif.bladt@gmx.de"]
|
|
9
9
|
s.homepage = "https://github.com/leifbladt/infinitescrolling-rails"
|
|
10
|
-
s.summary = "Use the infinite scrolling jQuery plugin with Rails 3"
|
|
11
|
-
s.description = "This gem provides the infinite scrolling jQuery plugin for your Rails 3 application."
|
|
10
|
+
s.summary = "Use the infinite scrolling jQuery plugin with Rails 3.1"
|
|
11
|
+
s.description = "This gem provides the infinite scrolling jQuery plugin for your Rails 3.1 application."
|
|
12
12
|
|
|
13
13
|
s.required_rubygems_version = ">= 1.3.6"
|
|
14
14
|
|
|
15
15
|
s.add_dependency "railties", "~> 3.1.0"
|
|
16
|
-
s.add_dependency "sprockets", "~> 2.0.0"
|
|
17
16
|
s.add_dependency "jquery-rails"
|
|
18
17
|
s.add_development_dependency "bundler", "~> 1.0.0"
|
|
19
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infinitescrolling-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-11-
|
|
12
|
+
date: 2011-11-23 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2156430260 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,21 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 3.1.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
26
|
-
name: sprockets
|
|
27
|
-
requirement: &2157386680 !ruby/object:Gem::Requirement
|
|
28
|
-
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- - ~>
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 2.0.0
|
|
33
|
-
type: :runtime
|
|
34
|
-
prerelease: false
|
|
35
|
-
version_requirements: *2157386680
|
|
24
|
+
version_requirements: *2156430260
|
|
36
25
|
- !ruby/object:Gem::Dependency
|
|
37
26
|
name: jquery-rails
|
|
38
|
-
requirement: &
|
|
27
|
+
requirement: &2156428400 !ruby/object:Gem::Requirement
|
|
39
28
|
none: false
|
|
40
29
|
requirements:
|
|
41
30
|
- - ! '>='
|
|
@@ -43,10 +32,10 @@ dependencies:
|
|
|
43
32
|
version: '0'
|
|
44
33
|
type: :runtime
|
|
45
34
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2156428400
|
|
47
36
|
- !ruby/object:Gem::Dependency
|
|
48
37
|
name: bundler
|
|
49
|
-
requirement: &
|
|
38
|
+
requirement: &2156419440 !ruby/object:Gem::Requirement
|
|
50
39
|
none: false
|
|
51
40
|
requirements:
|
|
52
41
|
- - ~>
|
|
@@ -54,9 +43,9 @@ dependencies:
|
|
|
54
43
|
version: 1.0.0
|
|
55
44
|
type: :development
|
|
56
45
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2156419440
|
|
58
47
|
description: This gem provides the infinite scrolling jQuery plugin for your Rails
|
|
59
|
-
3 application.
|
|
48
|
+
3.1 application.
|
|
60
49
|
email:
|
|
61
50
|
- leif.bladt@gmx.de
|
|
62
51
|
executables: []
|
|
@@ -97,5 +86,5 @@ rubyforge_project:
|
|
|
97
86
|
rubygems_version: 1.8.6
|
|
98
87
|
signing_key:
|
|
99
88
|
specification_version: 3
|
|
100
|
-
summary: Use the infinite scrolling jQuery plugin with Rails 3
|
|
89
|
+
summary: Use the infinite scrolling jQuery plugin with Rails 3.1
|
|
101
90
|
test_files: []
|