ladda_on_rails 0.0.1 → 0.1.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/README.md CHANGED
@@ -25,7 +25,7 @@ Or install it yourself as:
25
25
 
26
26
  # And in your application.css
27
27
 
28
- //= require ladda
28
+ *= require ladda
29
29
 
30
30
 
31
31
  ## Contributing
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["rbmrclo@hotmail.com"]
11
11
  spec.description = %q{Ruby Gem of Ladda.js for Rails Asset Pipeline}
12
12
  spec.summary = %q{Ruby Gem of Ladda.js for Rails Asset Pipeline}
13
- spec.homepage = ""
13
+ spec.homepage = "http://github.com/rbmrclo/ladda_on_rails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module LaddaOnRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ladda_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-19 00:00:00.000000000 Z
12
+ date: 2013-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -62,7 +62,7 @@ files:
62
62
  - lib/ladda_on_rails.rb
63
63
  - lib/ladda_on_rails/engine.rb
64
64
  - lib/ladda_on_rails/version.rb
65
- homepage: ''
65
+ homepage: http://github.com/rbmrclo/ladda_on_rails
66
66
  licenses:
67
67
  - MIT
68
68
  post_install_message:
@@ -75,12 +75,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
+ segments:
79
+ - 0
80
+ hash: 3244148439244429342
78
81
  required_rubygems_version: !ruby/object:Gem::Requirement
79
82
  none: false
80
83
  requirements:
81
84
  - - ! '>='
82
85
  - !ruby/object:Gem::Version
83
86
  version: '0'
87
+ segments:
88
+ - 0
89
+ hash: 3244148439244429342
84
90
  requirements: []
85
91
  rubyforge_project:
86
92
  rubygems_version: 1.8.24