mack 0.6.1.1 → 0.6.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/bin/mack +1 -1
  3. metadata +5 -5
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ===0.6.1.2
2
+ * gem: application_configuration 1.5.3
3
+ * gem: cachetastic 1.7.4
4
+
1
5
  ===0.6.1.1
2
6
  * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3
3
7
 
data/bin/mack CHANGED
@@ -15,7 +15,7 @@ options = OpenStruct.new
15
15
  options.orm = "data_mapper"
16
16
  options.testing_framework = "rspec"
17
17
  options.js_framework = "jquery"
18
- options.version = "0.6.1.1"
18
+ options.version = "0.6.1.2"
19
19
 
20
20
  opts = OptionParser.new do |opts|
21
21
  opts.banner = "Usage: mack <application_name> [options]"
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.6.1.1
4
+ version: 0.6.1.2
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-04 00:00:00 -04:00
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.6.1.1
33
+ version: 0.6.1.2
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.2
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.3
53
+ version: 1.7.4
54
54
  version:
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: log4r