compass_ae_starter_kit 2.0.1 → 2.0.2
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,13 +26,13 @@ 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'
|
|
30
|
-
gem 'erp_tech_svcs'
|
|
31
|
-
gem 'erp_app'
|
|
32
|
-
gem 'erp_forms'
|
|
33
|
-
gem 'knitkit'
|
|
34
|
-
gem 'rails_db_admin'
|
|
35
|
-
gem 'compass_ae_console'
|
|
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'
|
|
34
|
+
gem 'rails_db_admin', '~> 2.0.3'
|
|
35
|
+
gem 'compass_ae_console', '~> 1.0.2'
|
|
36
36
|
"
|
|
37
37
|
|
|
38
38
|
puts <<-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.
|
|
4
|
+
version: 2.0.2
|
|
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
|
+
date: 2012-12-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,12 @@ dependencies:
|
|
|
21
21
|
version: 3.1.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ~>
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 3.1.0
|
|
25
30
|
description: Contains compass_ae command to create a new Compass AE application
|
|
26
31
|
email:
|
|
27
32
|
- russonrails@gmail.com
|
|
@@ -31,18 +36,17 @@ extensions: []
|
|
|
31
36
|
extra_rdoc_files: []
|
|
32
37
|
files:
|
|
33
38
|
- lib/compass_ae_starter_kit/cli.rb
|
|
34
|
-
- lib/compass_ae_starter_kit/
|
|
35
|
-
- lib/compass_ae_starter_kit/templates/development_template.rb
|
|
39
|
+
- lib/compass_ae_starter_kit/commands/compass_ae.rb
|
|
36
40
|
- lib/compass_ae_starter_kit/engine.rb
|
|
37
41
|
- lib/compass_ae_starter_kit/file_support.rb
|
|
38
|
-
- lib/compass_ae_starter_kit/
|
|
42
|
+
- lib/compass_ae_starter_kit/templates/default_template.rb
|
|
43
|
+
- lib/compass_ae_starter_kit/templates/development_template.rb
|
|
39
44
|
- lib/compass_ae_starter_kit/version.rb
|
|
40
45
|
- lib/compass_ae_starter_kit.rb
|
|
41
46
|
- public/index.html
|
|
42
47
|
- GPL-3-LICENSE
|
|
43
48
|
- README.md
|
|
44
|
-
-
|
|
45
|
-
YmluL2NvbXBhc3NfYWU=
|
|
49
|
+
- bin/compass_ae
|
|
46
50
|
homepage: http://development.compassagile.com
|
|
47
51
|
licenses: []
|
|
48
52
|
post_install_message:
|
|
@@ -63,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
63
67
|
version: '0'
|
|
64
68
|
requirements: []
|
|
65
69
|
rubyforge_project:
|
|
66
|
-
rubygems_version: 1.8.
|
|
70
|
+
rubygems_version: 1.8.24
|
|
67
71
|
signing_key:
|
|
68
72
|
specification_version: 3
|
|
69
73
|
summary: Gem to help get the Compass AE framework up a running
|