flat-ui-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -26
  2. data/lib/flat-ui-rails/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,40 +1,15 @@
1
1
  # Flat-UI for Rails Asset Pipeline
2
2
 
3
- [Parsley.js](https://github.com/guillaumepotier/Parsley.js) is an awesome form validation library ([documentation](http://parsleyjs.org/documentation.html)).
4
- This gem makes it easy to use it with Rails Asset Pipeline.
5
-
6
3
  ## Installation
7
4
 
8
5
  Add this line to your application's Gemfile:
9
6
 
10
- gem "parsley-rails"
7
+ gem "flat-ui-rails"
11
8
 
12
9
  And then execute:
13
10
 
14
11
  $ bundle
15
12
 
16
- ## Usage
17
-
18
- Add the following to your `app/assets/javascripts/application.js`:
19
-
20
- //= require jquery
21
- //= require parsley
22
-
23
- To use the `extend` library, add this right after:
24
-
25
- //= require parsley.extend
26
-
27
- Finally, if you want to use a different i18n:
28
-
29
- //= require parsley.i18n.fr
30
-
31
- See the complete [Parsley.js documentation](http://parsleyjs.org/documentation.html).
32
-
33
- ## Versions
34
-
35
- The gem follows Parsley.js's versions. If the gem version is `1.1.10.0`, then `1.1.10` is a version of Parsley.js and `0`
36
- is a patch level of the gem itself.
37
-
38
13
  ## Contributing
39
14
 
40
15
  1. Fork it
@@ -1,5 +1,5 @@
1
1
  module FlatUi
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flat-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: