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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9a80117b2fe21c21583b4563bfbe23e67fccda9
4
- data.tar.gz: d3fe1cf5df21e1579b31577c43f02327dbe76939
3
+ metadata.gz: af5a9f428c13fad1b3b5834ea3455a1e185f11cc
4
+ data.tar.gz: 694fe1559d3c9ff411b33701d236e53884146888
5
5
  SHA512:
6
- metadata.gz: d433e46faa9d63528e68303cabc75ade5dfeba4cdee53f5006f9499361b9995bee7d49ddcf66e0d2f986f8f8f553455d2daaba5ca58b76b9a4241b88ed9e90f2
7
- data.tar.gz: 22d852283eb63106e393574684c9e433d5d847d24f82da5d4f58b7ca4a3e70ada1f3e2c8857c1701e60bab81cfcb83502b08c698e97cda919b0194539ee6c5e0
6
+ metadata.gz: 62195a823c1cb596e352b27a342f7999f1051addb521baeca3c3383bef677e70aec28e95fe3ca5dc8107da1a627117b4b2e2f687a4548cfdf271037dac3831b7
7
+ data.tar.gz: 0e49db82ebf5aee548b828ddc2998fe6e31e45d925094db389b96d340515d574e3a8d6ce588a25abd4b2c9488108a4e5b073192d88d108f4284346a9d413ade8
@@ -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
 
@@ -120,7 +120,7 @@ module Rails
120
120
  end
121
121
 
122
122
  FILE
123
- end
123
+ end if File.exists?(file)
124
124
  end
125
125
 
126
126
  inject_into_file file, :after => "ActiveAdmin.register #{class_name} do" do
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.2
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-05 00:00:00.000000000 Z
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: '0'
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
- - Start a new app with the active_template.rb inside root folder
114
+ - The active_template.rb, check the homepage project
115
115
  rubyforge_project:
116
116
  rubygems_version: 2.2.5
117
117
  signing_key: