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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 739f1504ae50b9dae2ef52b3d7ac9d3be18500fc
4
- data.tar.gz: 6d1381e64ec564b3c533308959f7c7999c4301fd
3
+ metadata.gz: 2ca9cb112b098c6912e79438d01a0e176b0f6780
4
+ data.tar.gz: 304a6b1ecfd6754eaef961c1cb0d861c0c442b1b
5
5
  SHA512:
6
- metadata.gz: fc399ec3a50d2a1c5290388ef7fbbdce574e485b6560d4a4c1d24306ee471f5ca6b39a1673212c44858edf57822c431da46b056a6e7e37c83406ca8fd896941d
7
- data.tar.gz: 0162d8d185e4066418409fb3b7dc99cb00ca746790591580df6af835f972f2b4e9aaa12fefe4b3bfb692b75697ccf76818c9b531aeea8b1924074b9668d3ff0c
6
+ metadata.gz: 1865bba64c4f6cde1c27baa090807ca207f4deaa6953926b5ae65640abc92f83687f8a06cb2163cc9d8e18caaf38e769e16ce9b30ea952cd19f5ffd2e024e61b
7
+ data.tar.gz: dccb8af2431c8ceae5914808d98e60f009232f129d03865e7e1dc9776f4766174c16278fcebf961c430e048710965eff56d200e6def96cfbbb4e4bc6a933cdb6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- asyncjs-rails (0.0.2)
4
+ asyncjs-rails (0.0.3)
5
5
  actionpack (>= 3.1)
6
6
  execjs
7
7
  rails (>= 3.1)
@@ -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.2'
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 = 'http://asyncrails.zyg.li'
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'
@@ -3,7 +3,7 @@ module Async
3
3
  require 'async/rails/engine' if defined?(Rails)
4
4
 
5
5
  # Version
6
- VERSION = '0.0.2'
6
+ VERSION = '0.0.3'
7
7
 
8
8
  end
9
9
  end
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.2
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: http://asyncrails.zyg.li
112
+ homepage: https://github.com/nirnanaaa/async-rails
113
113
  licenses:
114
114
  - MIT
115
115
  metadata: {}