active_leonardo 0.6.0 → 0.6.1
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/CHANGELOG.md +5 -0
- data/README.md +10 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67bea6d4d4787e930ba35ed006a98473c8fc8dbc
|
|
4
|
+
data.tar.gz: 590945632b97d20d4e25811e0016a0cb622ee747
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9e121905706e33e8bdb8e7f7becff1633126b0c39c379759dd5f0789090202116291099ac30cf2db60f2612a0c82863f399766bc672fbaa4a33b4fbb2edeada
|
|
7
|
+
data.tar.gz: e8d694a10ac9ac882c725d132eecda1c1bfecd3560e1038d70599d38b644ef6908aee62c90185d7f6d25b67d205ab4f93ef21355e32c6f70306807c7213cac55
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
-
|
|
230
|
+
Supported until 0.6.x version
|
|
228
231
|
|
|
229
232
|
|
|
230
233
|
## Rails 3.1.x
|