asyncjs-rails 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/asyncjs-rails.gemspec +2 -2
- data/lib/asyncjs-rails.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ca9cb112b098c6912e79438d01a0e176b0f6780
|
|
4
|
+
data.tar.gz: 304a6b1ecfd6754eaef961c1cb0d861c0c442b1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1865bba64c4f6cde1c27baa090807ca207f4deaa6953926b5ae65640abc92f83687f8a06cb2163cc9d8e18caaf38e769e16ce9b30ea952cd19f5ffd2e024e61b
|
|
7
|
+
data.tar.gz: dccb8af2431c8ceae5914808d98e60f009232f129d03865e7e1dc9776f4766174c16278fcebf961c430e048710965eff56d200e6def96cfbbb4e4bc6a933cdb6
|
data/Gemfile.lock
CHANGED
data/asyncjs-rails.gemspec
CHANGED
|
@@ -2,13 +2,13 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "asyncjs-rails"
|
|
3
3
|
s.rubyforge_project = "asyncjs-rails"
|
|
4
4
|
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.3'
|
|
6
6
|
|
|
7
7
|
s.summary = "Async JS toolkit for Rails 3/4 Asset Pipeline"
|
|
8
8
|
s.description= "async-rails project integrates Async JS for Rails 3/4 Asset Pipeline"
|
|
9
9
|
s.author = 'Florian Kasper'
|
|
10
10
|
s.email = 'mosny@zyg.li'
|
|
11
|
-
s.homepage = '
|
|
11
|
+
s.homepage = 'https://github.com/nirnanaaa/async-rails'
|
|
12
12
|
s.license = 'MIT'
|
|
13
13
|
s.platform = Gem::Platform::RUBY
|
|
14
14
|
s.required_ruby_version = '>=1.9.3'
|
data/lib/asyncjs-rails.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asyncjs-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Kasper
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- lib/async/rails/engine.rb
|
|
110
110
|
- lib/asyncjs-rails.rb
|
|
111
111
|
- vendor/assets/javascripts/async.js
|
|
112
|
-
homepage:
|
|
112
|
+
homepage: https://github.com/nirnanaaa/async-rails
|
|
113
113
|
licenses:
|
|
114
114
|
- MIT
|
|
115
115
|
metadata: {}
|