jquery-waypoints-rails 0.0.1.alpha → 0.0.2.alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,8 @@ require "jquery-waypoints-rails/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "jquery-waypoints-rails"
7
7
  s.version = JqueryWaypoints::Rails::VERSION
8
- s.authors = ["Wagner Amaral"]
9
- s.email = ["wamaral@wamaral.org"]
8
+ s.authors = ["Wagner Amaral", "Daniel Libanori"]
9
+ s.email = ["wamaral@wamaral.org", "daniellibanori@gmail.com"]
10
10
  s.homepage = "http://github.com/wamaral/jquery-waypoints-rails"
11
11
  s.summary = "This gem just adds jquery-waypoints to your ASSets"
12
12
 
@@ -1,5 +1,5 @@
1
1
  module JqueryWaypoints
2
2
  module Rails
3
- VERSION = "0.0.1.alpha"
3
+ VERSION = "0.0.2.alpha"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-waypoints-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha
4
+ version: 0.0.2.alpha
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wagner Amaral
9
+ - Daniel Libanori
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -46,6 +47,7 @@ dependencies:
46
47
  description:
47
48
  email:
48
49
  - wamaral@wamaral.org
50
+ - daniellibanori@gmail.com
49
51
  executables: []
50
52
  extensions: []
51
53
  extra_rdoc_files: []