fizx-parsley-ruby 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +29 -0
- metadata +2 -2
data/README
CHANGED
@@ -0,0 +1,29 @@
|
|
1
|
+
ABOUT
|
2
|
+
|
3
|
+
Ruby bindings for Parsley.
|
4
|
+
|
5
|
+
INSTALLATION
|
6
|
+
|
7
|
+
= Get Parsley and Dependancies =
|
8
|
+
|
9
|
+
Download Parsley from http://github.com/fizx/parsley/tree/master following the installation directions located at http://github.com/fizx/parsley/blob/master/INSTALL
|
10
|
+
|
11
|
+
= Install parsley-ruby =
|
12
|
+
|
13
|
+
From source:
|
14
|
+
sudo rake install
|
15
|
+
|
16
|
+
From GitHub:
|
17
|
+
Run the following if you haven't already:
|
18
|
+
gem sources -a http://gems.github.com
|
19
|
+
Install the gem:
|
20
|
+
sudo gem install fizx-parsley-ruby
|
21
|
+
|
22
|
+
PARSLETS.COM INTEGRATION
|
23
|
+
|
24
|
+
We also recommend installing the free online_parselets rubygem in order to use other people's parselets and to share your own:
|
25
|
+
Run the following if you haven't already:
|
26
|
+
gem sources -a http://gems.github.com
|
27
|
+
Install the gem:
|
28
|
+
sudo gem install iterationlabs-online_parslets
|
29
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fizx-parsley-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Maxwell
|
@@ -36,7 +36,7 @@ files:
|
|
36
36
|
- ./lib/parsley.rb
|
37
37
|
- ./parsley-ruby.gemspec
|
38
38
|
- ./README
|
39
|
-
- ./test/
|
39
|
+
- ./test/test_parsley.rb
|
40
40
|
- ./test/yelp-benchmark.rb
|
41
41
|
- ./test/yelp-home.html
|
42
42
|
- ./test/yelp-home.let
|