lentil 0.4.0 → 0.4.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 +4 -4
- data/README.md +8 -1
- data/lib/lentil/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 855952ce24fa3466918cbc10af3fda79a022938d
|
|
4
|
+
data.tar.gz: 60cea752bc2402326b4f6b8bc3ce24a781133a9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2aa0c1e76c081f7a569fd3bad3a1eb0f90249da556ddd6f30c7e0aaa6b8811994f4f009672f19af8d203c656bca5b00e89b31177bb14d40b7ef303c3900cf497
|
|
7
|
+
data.tar.gz: 945f99687061485de682bc5fdfadb2bc08e7d154892a46d84be10f3ec41d2261c3e62ceb67613b4852463adf408df66e11235a6e674c0e755b6446b46bebf716
|
data/README.md
CHANGED
|
@@ -15,7 +15,14 @@ Although we are using this gem in production, **this gem should be considered an
|
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
|
-
lentil has been tested under Ruby 1.9.3 and 2.1.
|
|
18
|
+
lentil has been tested under Ruby 1.9.3 and 2.1.5. **Ruby 2.2.x is not currently supported.**
|
|
19
|
+
|
|
20
|
+
### Create a new Rails app with Rails 3.2.x
|
|
21
|
+
|
|
22
|
+
```sh
|
|
23
|
+
rails new your_app_name
|
|
24
|
+
cd your_app_name
|
|
25
|
+
```
|
|
19
26
|
|
|
20
27
|
### Add lentil and therubyracer (or another ExecJS runtime) to your Gemfile and `bundle`
|
|
21
28
|
|
data/lib/lentil/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lentil
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Casden
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-03-
|
|
14
|
+
date: 2015-03-04 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -866,7 +866,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
866
866
|
requirements:
|
|
867
867
|
- - ">="
|
|
868
868
|
- !ruby/object:Gem::Version
|
|
869
|
-
version:
|
|
869
|
+
version: 1.9.3
|
|
870
|
+
- - "<"
|
|
871
|
+
- !ruby/object:Gem::Version
|
|
872
|
+
version: 2.2.0
|
|
870
873
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
871
874
|
requirements:
|
|
872
875
|
- - ">="
|