compass_ae_starter_kit 3.0.9 → 3.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ CompassAeStarterKit::FileSupport.append_file 'Gemfile',
28
28
  "
29
29
  gem 'erp_base_erp_svcs', '3.1.3'
30
30
  gem 'erp_tech_svcs', '3.1.3'
31
- gem 'erp_app', '3.1.6'
31
+ gem 'erp_app', '3.1.7'
32
32
  gem 'erp_forms', '3.0.2'
33
33
  gem 'knitkit', '2.1.7'
34
34
  gem 'rails_db_admin', '2.1.1'
@@ -2,7 +2,7 @@ module CompassAeStarterKit
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 9
5
+ TINY = 10
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_ae_starter_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-08 00:00:00.000000000 Z
12
+ date: 2013-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails