mack 0.6.1 → 0.6.1.1

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 +3 -0
  2. data/bin/mack +1 -1
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ ===0.6.1.1
2
+ * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3
3
+
1
4
  ===0.6.1
2
5
  * [#70] Mack-more: better association rules for data_factory
3
6
  * [#60] Fixed Mack executable problem
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"
18
+ options.version = "0.6.1.1"
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
4
+ version: 0.6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.6.1
33
+ version: 0.6.1.1
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: application_configuration