steps-rails 1.2.8 → 1.2.9
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/README.md +5 -0
- data/lib/steps/rails/version.rb +1 -1
- data/vendor/assets/stylesheets/jquery.steps.css +0 -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: cdeeb64a50e11406f4733a4fa6693c4063a34b34
|
|
4
|
+
data.tar.gz: 96dad86da7a482a239b3f8122365875ed11dc0a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8c11bf9b2a60d19cc99720f0d1e53cf0cde55156ac96913b71ef5b8364efc3e5964006ef63573071606e93ce23497be85cb8a29720b54a7f002bab4feaf3c24
|
|
7
|
+
data.tar.gz: e560421f8afa70440f145b81a9008d1a13d3a7cabf7a66e82823ad3b6996a79d7601581907c48e1223ea0006ebc2881bb3d6a80fa036d41f24303aad13f49d5f
|
data/README.md
CHANGED
|
@@ -12,6 +12,10 @@ Add this to your application.js
|
|
|
12
12
|
|
|
13
13
|
//= require jquery.steps
|
|
14
14
|
|
|
15
|
+
If you want to have some basic styling (recommended for at least getting started), add this to your application.css
|
|
16
|
+
|
|
17
|
+
@import "jquery.steps.min";
|
|
18
|
+
|
|
15
19
|
And then execute:
|
|
16
20
|
|
|
17
21
|
$ bundle
|
|
@@ -42,6 +46,7 @@ and in your javascript:
|
|
|
42
46
|
#app/assets/javascripts/my_view.js.coffee
|
|
43
47
|
$("#wizard").steps();
|
|
44
48
|
|
|
49
|
+
|
|
45
50
|
## Contributing
|
|
46
51
|
|
|
47
52
|
1. Fork it ( https://github.com/[my-github-username]/steps-rails/fork )
|
data/lib/steps/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: steps-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elijah Murray
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|