active_leonardo 0.6.0 → 0.6.1

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/CHANGELOG.md +5 -0
  3. data/README.md +10 -7
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 924be1159c792661c533104531258bcce052eccb
4
- data.tar.gz: ad82164a253e59ee74fd4954c8471ff4ea8ef939
3
+ metadata.gz: 67bea6d4d4787e930ba35ed006a98473c8fc8dbc
4
+ data.tar.gz: 590945632b97d20d4e25811e0016a0cb622ee747
5
5
  SHA512:
6
- metadata.gz: 788c1e2692f15764bbfbc5184f298317ead94b198b7b3fd2b905e8cf454ad14daf067c6c44b354e6c47fa1720053d48dfabb2d1172762212fc4e5a9621e88c54
7
- data.tar.gz: d8f411423017feef36ab87759f169899e32fc475614c3169cdab0648f82b187ce31009624a10d8cfab1fd27dfd5ee00110336719257c60b72214f83c340de23c
6
+ metadata.gz: e9e121905706e33e8bdb8e7f7becff1633126b0c39c379759dd5f0789090202116291099ac30cf2db60f2612a0c82863f399766bc672fbaa4a33b4fbb2edeada
7
+ data.tar.gz: e8d694a10ac9ac882c725d132eecda1c1bfecd3560e1038d70599d38b644ef6908aee62c90185d7f6d25b67d205ab4f93ef21355e32c6f70306807c7213cac55
@@ -1,3 +1,8 @@
1
+ 0.6.1 [☰](https://github.com/marcomd/Active_Leonardo/compare/v0.6.0...v0.6.1) February 9th, 2016
2
+ ------------------------------
3
+ * Removed Rails 3.2 from tests
4
+ * Removed Ruby 1.9 and 2.1 from tests
5
+
1
6
  0.6.0 [☰](https://github.com/marcomd/Active_Leonardo/compare/v0.5.3...v0.6.0) February 9th, 2016
2
7
  ------------------------------
3
8
  * Rails 5 ready
data/README.md CHANGED
@@ -9,11 +9,12 @@ It generates the layout, the style, the internationalization and it helps you to
9
9
 
10
10
  ## Compatibility
11
11
 
12
- This version has been tested on Rails `3.2` to `5.0.beta2` and Ruby `1.9.3` to `2.2.3` on Windows OS and Linux
13
-
14
-
12
+ This version has been tested on Rails `3.2` to `5.0.beta2` and Ruby `1.9.3`+ on Windows OS and Linux
13
+ For previous version go to the bottom of this read me.
15
14
  Click on Travis badge for more details.
16
15
 
16
+ **From the next version, support will drop for Rails `3.2` and Ruby under `2.2.3`**
17
+
17
18
 
18
19
  ## Install
19
20
 
@@ -189,10 +190,8 @@ rake active:tests:all[inspection]
189
190
 
190
191
  if you pass the argument inspection you can check the application under the test folder:
191
192
 
192
- test/TestApp_xxx_32
193
- test/TestApp_xxx_40
194
- test/TestApp_xxx_41
195
193
  test/TestApp_xxx_42
194
+ ...
196
195
 
197
196
  where xxx is the current ruby version and the last number the rails version.
198
197
  Remember everytime you run a test that folders will be deleted and recreated.
@@ -221,10 +220,14 @@ rake active:tests:newapp[inspection,4.2]
221
220
 
222
221
  Do **NOT** exec rake tests from bundle to avoid its bubble.
223
222
 
223
+ ## Ruby 1.9
224
+
225
+ Supported until 0.6.x version
226
+
224
227
 
225
228
  ## Rails 3.2.x
226
229
 
227
- It works
230
+ Supported until 0.6.x version
228
231
 
229
232
 
230
233
  ## Rails 3.1.x
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_leonardo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Mastrodonato