compass_ae_starter_kit 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,8 +31,8 @@ gem 'erp_tech_svcs', '~> 3.0.11'
31
31
  gem 'erp_app', '~> 3.0.14'
32
32
  gem 'erp_forms', '~> 2.0.6'
33
33
  gem 'knitkit', '~> 2.0.11'
34
- gem 'rails_db_admin', '~> 2.0.3'
35
- gem 'compass_ae_console', '~> 1.0.2'
34
+ gem 'rails_db_admin', '~> 2.0.4'
35
+ gem 'compass_ae_console', '~> 1.0.4'
36
36
  "
37
37
 
38
38
  puts <<-end
@@ -2,7 +2,7 @@ module CompassAeStarterKit
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
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: 2.0.3
4
+ version: 2.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70178055176840 !ruby/object:Gem::Requirement
16
+ requirement: &70114838754480 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70178055176840
24
+ version_requirements: *70114838754480
25
25
  description: Contains compass_ae command to create a new Compass AE application
26
26
  email:
27
27
  - russonrails@gmail.com