iscroll-rails 0.1.1 → 0.1.2

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: d11eeb6d9bc5b94c51fe0fabc8b7463da36b6f3f
4
- data.tar.gz: b99b74b8d287f7acd2a76849d0706c7ac48e5f41
3
+ metadata.gz: 41a75701746d8a5ad6e74c2f603bab46eaa464a0
4
+ data.tar.gz: 8bfc54efa0fa3b6c57475762f168b8221baa10c8
5
5
  SHA512:
6
- metadata.gz: 47048f4990c9c9c9b9b7fc967c1396299af580a94d608eada72fc2e3b810a67235d6dfa87faec3af6f5afa75b35eff606ee79d350cc081e7148af1699fe134c2
7
- data.tar.gz: b28cc91f637ea3a7b1486cfc8a4bed7562132b4d9e48748183113c3e97e45564da5041c1ee4f9068d68999819e3ff4c180a469cb3960eb9f696e0c3920abd88a
6
+ metadata.gz: c23568b4536192947722e013a06c443ef7b2653c6dd6393221835f6e860942159e7a46e98f4ef1bfc481cbd007d7b2fffe9e479ca467a66f276118ce1a627b50
7
+ data.tar.gz: 8a8da3f0f815c3f6f76bd1b8f0dbd6d49128d8f984203205fc927ef881417d456e1ec1bff147da12c7ec01af9bb46b9cc7fc0c289f6652d8a7739c07831fa9f7
Binary file
@@ -2,6 +2,6 @@ require "iscroll/rails/version"
2
2
 
3
3
  module Iscroll
4
4
  module Rails
5
- # Your code goes here...
5
+ class Engine < ::Rails::Engine; end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  module Iscroll
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iscroll-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - xukuanzhuo
@@ -69,6 +69,7 @@ files:
69
69
  - Rakefile
70
70
  - bin/console
71
71
  - bin/setup
72
+ - iscroll-rails-0.1.1.gem
72
73
  - iscroll-rails.gemspec
73
74
  - lib/iscroll/rails.rb
74
75
  - lib/iscroll/rails/version.rb