infinitescrolling-rails 0.2.0 → 0.2.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/.gitignore CHANGED
@@ -1,5 +1,6 @@
1
+ .DS_Store
1
2
  pkg/*
2
3
  tmp
3
4
  spec/support/*/Gemfile.lock
4
5
  spec/support/*/public/javascripts
5
- .idea/*
6
+ .idea/*
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infinitescrolling-rails (0.2.0)
4
+ infinitescrolling-rails (0.2.1)
5
5
  jquery-rails
6
- railties (~> 3.1.0)
6
+ railties (> 3.1.0)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
@@ -32,10 +32,10 @@ GEM
32
32
  jquery-rails (1.0.19)
33
33
  railties (~> 3.0)
34
34
  thor (~> 0.14)
35
- json (1.6.5)
35
+ json (1.6.6)
36
36
  multi_json (1.0.4)
37
37
  rack (1.3.6)
38
- rack-cache (1.1)
38
+ rack-cache (1.2)
39
39
  rack (>= 0.4)
40
40
  rack-mount (0.8.3)
41
41
  rack (>= 1.0.0)
@@ -64,5 +64,5 @@ PLATFORMS
64
64
  ruby
65
65
 
66
66
  DEPENDENCIES
67
- bundler (~> 1.0.0)
67
+ bundler (~> 1.0)
68
68
  infinitescrolling-rails!
data/README.md CHANGED
@@ -1,8 +1,19 @@
1
- # Usage (Rails 3.1) #
2
- Include the gem in your `Gemfile`:
1
+ # Usage (Rails 3.1+) #
2
+ 1. Include the gem in your `Gemfile`:
3
3
 
4
- ```gem 'infinitescrolling-rails'```
4
+ ```gem 'infinitescrolling-rails'```
5
5
 
6
- Include in your `application.js`
6
+ 2. Include in your `application.js`
7
7
 
8
- ```//= require infinitescrolling```
8
+ ```//= require infinitescrolling```
9
+
10
+ # Release new gem #
11
+ 1. Update version
12
+
13
+ - Update version string in `infinitescrolling-rails.gemspec`
14
+ - `bundle install`
15
+ - Commit "Bump version x.y.z"
16
+
17
+ 2. Publish gem
18
+
19
+ - `rake release`
@@ -2,19 +2,19 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "infinitescrolling-rails"
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Leif Bladt"]
8
8
  s.email = ["leif.bladt@gmx.de"]
9
- s.homepage = "https://github.com/leifbladt/infinitescrolling-rails"
9
+ s.homepage = "https://github.com/unifieddialog/infinitescrolling-rails"
10
10
  s.summary = "Use the infinite scrolling jQuery plugin with Rails 3.1"
11
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
- s.add_dependency "railties", "~> 3.1.0"
15
+ s.add_dependency "railties", "> 3.1.0"
16
16
  s.add_dependency "jquery-rails"
17
- s.add_development_dependency "bundler", "~> 1.0.0"
17
+ s.add_development_dependency "bundler", "~> 1.0"
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
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.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-28 00:00:00.000000000 Z
12
+ date: 2012-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &2151899100 !ruby/object:Gem::Requirement
16
+ requirement: &2157551920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>'
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2151899100
24
+ version_requirements: *2157551920
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jquery-rails
27
- requirement: &2151897800 !ruby/object:Gem::Requirement
27
+ requirement: &2157551500 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,18 +32,18 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2151897800
35
+ version_requirements: *2157551500
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &2151896440 !ruby/object:Gem::Requirement
38
+ requirement: &2156380500 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- version: 1.0.0
43
+ version: '1.0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2151896440
46
+ version_requirements: *2156380500
47
47
  description: This gem provides the infinite scrolling jQuery plugin for your Rails
48
48
  3.1 application.
49
49
  email:
@@ -58,12 +58,11 @@ files:
58
58
  - README.md
59
59
  - Rakefile
60
60
  - infinitescrolling-rails.gemspec
61
- - lib/generators/infinitescrolling/install/install_generator.rb
62
61
  - lib/infinitescrolling-rails.rb
63
62
  - lib/infinitescrolling/rails.rb
64
63
  - lib/infinitescrolling/rails/engine.rb
65
64
  - vendor/assets/javascripts/infinitescrolling.js
66
- homepage: https://github.com/leifbladt/infinitescrolling-rails
65
+ homepage: https://github.com/unifieddialog/infinitescrolling-rails
67
66
  licenses: []
68
67
  post_install_message:
69
68
  rdoc_options: []
@@ -75,6 +74,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
74
  - - ! '>='
76
75
  - !ruby/object:Gem::Version
77
76
  version: '0'
77
+ segments:
78
+ - 0
79
+ hash: 4442615722422747075
78
80
  required_rubygems_version: !ruby/object:Gem::Requirement
79
81
  none: false
80
82
  requirements:
@@ -1,16 +0,0 @@
1
- require 'rails'
2
-
3
- module Infinitescrolling
4
- module Generators
5
- class InstallGenerator < ::Rails::Generators::Base
6
-
7
- desc "This generator installs the infinite scrolling jQuery plugin"
8
- source_root File.expand_path('../../../../../vendor/assets/javascripts', __FILE__)
9
-
10
- def copy_infinitescrolling
11
- say_status("copying", "infinite scrolling jQuery plugin", :green)
12
- copy_file "infinitescrolling.js", "public/javascripts/infinitescrolling.js"
13
- end
14
- end
15
- end
16
- end