compass_ae_starter_kit 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,11 +26,11 @@ CompassAeStarterKit::FileSupport.patch_file 'config/environments/production.rb',
26
26
 
27
27
  CompassAeStarterKit::FileSupport.append_file 'Gemfile',
28
28
  "
29
- gem 'erp_base_erp_svcs', '~> 3.0.5'
30
- gem 'erp_tech_svcs', '~> 3.0.10'
31
- gem 'erp_app', '~> 3.0.13'
32
- gem 'erp_forms', '~> 2.0.5'
33
- gem 'knitkit', '~> 2.0.10'
29
+ gem 'erp_base_erp_svcs', '~> 3.0.6'
30
+ gem 'erp_tech_svcs', '~> 3.0.11'
31
+ gem 'erp_app', '~> 3.0.14'
32
+ gem 'erp_forms', '~> 2.0.6'
33
+ gem 'knitkit', '~> 2.0.11'
34
34
  gem 'rails_db_admin', '~> 2.0.3'
35
35
  gem 'compass_ae_console', '~> 1.0.2'
36
36
  "
@@ -2,7 +2,7 @@ module CompassAeStarterKit
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
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.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-09 00:00:00.000000000 Z
12
+ date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &70178055176840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,12 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: 3.1.0
24
+ version_requirements: *70178055176840
30
25
  description: Contains compass_ae command to create a new Compass AE application
31
26
  email:
32
27
  - russonrails@gmail.com
@@ -46,7 +41,8 @@ files:
46
41
  - public/index.html
47
42
  - GPL-3-LICENSE
48
43
  - README.md
49
- - bin/compass_ae
44
+ - !binary |-
45
+ YmluL2NvbXBhc3NfYWU=
50
46
  homepage: http://development.compassagile.com
51
47
  licenses: []
52
48
  post_install_message:
@@ -67,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
63
  version: '0'
68
64
  requirements: []
69
65
  rubyforge_project:
70
- rubygems_version: 1.8.24
66
+ rubygems_version: 1.8.11
71
67
  signing_key:
72
68
  specification_version: 3
73
69
  summary: Gem to help get the Compass AE framework up a running