compass_ae_starter_kit 1.0.0
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.
- data/GPL-3-LICENSE +674 -0
- data/README.md +66 -0
- data/config/compass_ae_engines.yml +97 -0
- data/lib/compass_ae_starter_kit/engine.rb +9 -0
- data/lib/compass_ae_starter_kit/file_support.rb +37 -0
- data/lib/compass_ae_starter_kit/version.rb +3 -0
- data/lib/compass_ae_starter_kit.rb +6 -0
- data/lib/tasks/compass_ae_starter_kit.rake +235 -0
- data/public/index.html +221 -0
- metadata +65 -0
metadata
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: compass_ae_starter_kit
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Rick Koloski, Russell Holmes
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-01-06 00:00:00.000000000Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rails
|
16
|
+
requirement: &2157187260 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 3.1.0
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *2157187260
|
25
|
+
description: Contains serveral rake tasks to get Compass AE running
|
26
|
+
email:
|
27
|
+
- russonrails@gmail.com
|
28
|
+
executables: []
|
29
|
+
extensions: []
|
30
|
+
extra_rdoc_files: []
|
31
|
+
files:
|
32
|
+
- lib/compass_ae_starter_kit/engine.rb
|
33
|
+
- lib/compass_ae_starter_kit/file_support.rb
|
34
|
+
- lib/compass_ae_starter_kit/version.rb
|
35
|
+
- lib/compass_ae_starter_kit.rb
|
36
|
+
- lib/tasks/compass_ae_starter_kit.rake
|
37
|
+
- config/compass_ae_engines.yml
|
38
|
+
- public/index.html
|
39
|
+
- GPL-3-LICENSE
|
40
|
+
- README.md
|
41
|
+
homepage: http://development.compassagile.com
|
42
|
+
licenses: []
|
43
|
+
post_install_message:
|
44
|
+
rdoc_options: []
|
45
|
+
require_paths:
|
46
|
+
- lib
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
+
none: false
|
49
|
+
requirements:
|
50
|
+
- - ! '>='
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '0'
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ! '>='
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '0'
|
59
|
+
requirements: []
|
60
|
+
rubyforge_project:
|
61
|
+
rubygems_version: 1.8.10
|
62
|
+
signing_key:
|
63
|
+
specification_version: 3
|
64
|
+
summary: Gem to help get the Compass AE framework up a running
|
65
|
+
test_files: []
|