steps-rails 1.0.7 → 1.0.8

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: 14dd8c9fcfb7845772250cac828e8b7b3211e9c7
4
- data.tar.gz: 4537576bb1971123543aff7c07b234b098fc5ad3
3
+ metadata.gz: bab9f495d9c9ed202b0d011b0f4da116edf4975c
4
+ data.tar.gz: 385333c1ecf5dff740eb6373d73db13c098d76da
5
5
  SHA512:
6
- metadata.gz: 5d7e7a7c2dc951b5624f0f9e27fb11d66e4276e0c1ee105e4814e89c7868dcab0561c5f4f05cc66a3b094bd99abf6c560d87efe88acb170f8381999b74db39d6
7
- data.tar.gz: ee15cb06faa5687ae2d878aa9636374582e982544888cf5cfac301e41691819713edc0997909866f4a9a1739cd5b3ca8bdc51cb2f175d20c02e3a697dd5b41a8
6
+ metadata.gz: 9cf730b83fdea9194884e44c285bf6b1710eac06d8308e1514e1e4151f9fdf0c4d8f5e7a4ca92755167aa71517477f1195fdc7a4f9bac93a1174ef7753a348e1
7
+ data.tar.gz: 3d817337df7a15bf48519ede06f84d5371d945d0adbaf546712639990d67d2b0c44e27c95add22c3a2cc98a1ba6ab2142f35e53f1ca2fb9984572a7b3f421ee0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Steps::Rails
2
2
 
3
- TODO: Write a gem description
3
+ This is a gem version of the jQuery library [jQuery Steps](https://github.com/rstaib/jquery-steps/wiki)
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,6 +8,10 @@ Add this line to your application's Gemfile:
8
8
 
9
9
  gem 'steps-rails'
10
10
 
11
+ Add this to your application.js
12
+
13
+ //= require jquery.steps
14
+
11
15
  And then execute:
12
16
 
13
17
  $ bundle
@@ -1,5 +1,5 @@
1
1
  module Steps
2
2
  module Rails
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steps-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Murray