lentil 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -1
  3. data/lib/lentil/version.rb +1 -1
  4. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 942c1dd9c7d9d2eeffd3950d921c979fc969399a
4
- data.tar.gz: 10b00660f681388bd87560f94bb4f594c643d072
3
+ metadata.gz: 855952ce24fa3466918cbc10af3fda79a022938d
4
+ data.tar.gz: 60cea752bc2402326b4f6b8bc3ce24a781133a9b
5
5
  SHA512:
6
- metadata.gz: d7536b168f00124322e37b23d9d6f93cbc048a3da9ae04375d639b3d3f27ad05ee254a2a398a653b48e24ca28a602b1353693407b1bef300aa30c0f392583076
7
- data.tar.gz: 9ca11239e8fa46c2c0c96803b49578df3d01358da04d0b101fc9d48b786d4e9026b18ee047277194f093e2c588dc35cbb0c6dc812f0874a3954f864c9b84fb29
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.0.
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
 
@@ -1,3 +1,3 @@
1
1
  module Lentil
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.2"
3
3
  end
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.0
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-03 00:00:00.000000000 Z
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: '0'
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
  - - ">="