active_leonardo 0.5.2 → 0.5.3
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 +1 -3
- data/lib/generators/rails/leosca_controller/leosca_controller_generator.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af5a9f428c13fad1b3b5834ea3455a1e185f11cc
|
4
|
+
data.tar.gz: 694fe1559d3c9ff411b33701d236e53884146888
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62195a823c1cb596e352b27a342f7999f1051addb521baeca3c3383bef677e70aec28e95fe3ca5dc8107da1a627117b4b2e2f687a4548cfdf271037dac3831b7
|
7
|
+
data.tar.gz: 0e49db82ebf5aee548b828ddc2998fe6e31e45d925094db389b96d340515d574e3a8d6ce588a25abd4b2c9488108a4e5b073192d88d108f4284346a9d413ade8
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
0.5.3 [☰](https://github.com/marcomd/Active_Leonardo/compare/v0.5.2...v0.5.3) November 9th, 2015
|
2
|
+
------------------------------
|
3
|
+
* Removed a bug that occurs during the destroy
|
4
|
+
* Removed obsolete test cases from travis
|
5
|
+
|
1
6
|
0.5.2 [☰](https://github.com/marcomd/Active_Leonardo/compare/v0.5.1...v0.5.2) November 5th, 2015
|
2
7
|
------------------------------
|
3
8
|
* Little improvements to work with rails 4.2
|
data/README.md
CHANGED
@@ -9,10 +9,8 @@ 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
|
12
|
+
This version has been tested on Rails `3.2` to `4.2` and Ruby `1.9.3` to `2.1.7` on Windows OS and Linux
|
13
13
|
|
14
|
-
* Rails `3.2` `4.0` `4.1` `4.2` and Ruby `1.9.3` `2.0.0` `2.1.5` on Windows OS
|
15
|
-
* Rails `3.2` `4.0` `4.1` `4.1` and Ruby `1.9.3` `2.0.0` `2.1.5` on Linux OS
|
16
14
|
|
17
15
|
Click on Travis badge for more details.
|
18
16
|
|
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.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marco Mastrodonato
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-11-
|
12
|
+
date: 2015-11-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -104,14 +104,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
104
|
requirements:
|
105
105
|
- - ">="
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version:
|
107
|
+
version: 1.9.3
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
109
|
requirements:
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: '0'
|
113
113
|
requirements:
|
114
|
-
-
|
114
|
+
- The active_template.rb, check the homepage project
|
115
115
|
rubyforge_project:
|
116
116
|
rubygems_version: 2.2.5
|
117
117
|
signing_key:
|