compass_ae_starter_kit 3.0.23 → 3.0.24

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MGZiYzVkNDQzYWZhN2I4YzVhYzJiMjkxZGRlYjJiNzgxMjg0MDk5OQ==
5
- data.tar.gz: !binary |-
6
- NWU3MzlhNjNhNjFhNjhkY2QwN2QxN2Y2ZDM3Yzc0MWExYTEzMWMzYw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- N2U0YWJlZjhlOTVjZDEzMzY0NjgwNDZjMTA5YWJiM2MxNTI3MjhiMzdhNTY1
10
- NzQzMzlhYzJkMTkzZGQyOGE3YzEwNTljZmMxMTliNmJiNjZjMjlmNTYzNTA0
11
- NDhlZDBmODMzYzliOWI2OTU1ZjE1YTZkMDhlMzcyZjU2MDg2YmM=
12
- data.tar.gz: !binary |-
13
- ZGU3NWI1ZDBiYTkwM2JjMDkxMzI2MmQzZWQwYTBjNzIzYmVhMGExYjNmNjFm
14
- Yzg1MTY1Yjk2Yzc5OWY1YmNmZjU1ZGU2MmMxMWJkNmRjYWVkNTYzNjU5YzRi
15
- MGJmM2YwZGQzZTg3YjE1NzZlZmRiODQxMDliNTg5YTlkOTk5NzI=
2
+ SHA1:
3
+ metadata.gz: ba231b12b9d2bfb47209434892e729d2d41a388a
4
+ data.tar.gz: 033c988969d0c7fd576dbf15139065934f3cc087
5
+ SHA512:
6
+ metadata.gz: 56fe6e35b28079a49e3e5c7025f06c039c110e40f0d05f499f7b972f2aea93d65c682d21952571cbd798e257ef5313aeeca2444f5eac787903493b0265adad65
7
+ data.tar.gz: 1b967cfe90eb57bf6e709bef84b7688ade2353f73c569fd70a4fc9068f925258cf3926384dd914d891dcbbdf88930abef45e7ffe8067e5ece526b06263b068e6
@@ -34,7 +34,7 @@ CompassAeStarterKit::FileSupport.append_file 'Gemfile',
34
34
  gem 'erp_base_erp_svcs', '3.1.5'
35
35
  gem 'erp_tech_svcs', '3.1.8'
36
36
  gem 'compass_ae_sencha', '1.0.3'
37
- gem 'erp_app', '3.1.15'
37
+ gem 'erp_app', '3.1.16'
38
38
  gem 'erp_forms', '3.1.1'
39
39
  gem 'knitkit', '2.1.15'
40
40
  gem 'rails_db_admin', '2.1.2'
@@ -2,7 +2,7 @@ module CompassAeStarterKit
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 23
5
+ TINY = 24
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
data/public/index.html CHANGED
@@ -60,7 +60,7 @@ body {
60
60
  <img id="compass_logo" src="images/art/compass-ae-logo-reverse-1.png" alt="" />
61
61
  </div>
62
62
  <div class="browse-docs-icon_">
63
- <a href="http://tntech.biz/compassae" style="border-style: none;" target="_blank">
63
+ <a href="http://truenorthtechnology.com/documentation" style="border-style: none;" target="_blank">
64
64
  <img id="browse_docs_icon" src="images/splash_screen/browse_docs_icon.png" width="285" height="254" alt="" />
65
65
  </a>
66
66
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_ae_starter_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.23
4
+ version: 3.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Koloski, Russell Holmes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-29 00:00:00.000000000 Z
11
+ date: 2013-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -124,17 +124,17 @@ require_paths:
124
124
  - lib
125
125
  required_ruby_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - ! '>='
127
+ - - '>='
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ! '>='
132
+ - - '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.0.7
137
+ rubygems_version: 2.0.6
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Gem to help get the Compass AE framework up a running