mack 0.7.0 → 0.7.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +8 -0
- data/lib/mack/version.rb +1 -1
- metadata +5 -5
data/CHANGELOG
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== 0.7.0.1
|
2
|
+
gem: application_configuration 1.5.3
|
3
|
+
gem: cachetastic 1.7.4
|
4
|
+
|
1
5
|
=== 0.7.0
|
2
6
|
* [#114] Javascript link_helper
|
3
7
|
* [#112] Error generating mack application
|
@@ -48,6 +52,10 @@
|
|
48
52
|
* gem: facets 2.4.3
|
49
53
|
* gem: data_mapper 0.9.4
|
50
54
|
|
55
|
+
===0.6.1.2
|
56
|
+
* gem: application_configuration 1.5.3
|
57
|
+
* gem: cachetastic 1.7.4
|
58
|
+
|
51
59
|
===0.6.1.1
|
52
60
|
* [#72] Fixed serial data type in DataMapper doesn't work with SQLite3
|
53
61
|
|
data/lib/mack/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.0
|
4
|
+
version: 0.7.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- markbates
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-08-
|
12
|
+
date: 2008-08-29 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.7.0
|
33
|
+
version: 0.7.0.1
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: application_configuration
|
@@ -40,7 +40,7 @@ dependencies:
|
|
40
40
|
requirements:
|
41
41
|
- - "="
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: 1.5.
|
43
|
+
version: 1.5.3
|
44
44
|
version:
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
46
|
name: cachetastic
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "="
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.7.
|
53
|
+
version: 1.7.4
|
54
54
|
version:
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: log4r
|