coffee-rails 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/MIT-LICENSE +21 -0
- data/coffee-rails.gemspec +1 -1
- data/lib/coffee/rails/version.rb +1 -1
- data/test/test_helper.rb +0 -1
- metadata +68 -38
- data/Gemfile.lock +0 -108
data/.gitignore
CHANGED
data/MIT-LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
Copyright (c) 2011 Santiago Pastorino
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
21
|
+
|
data/coffee-rails.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.rubyforge_project = "coffee-rails"
|
15
15
|
|
16
16
|
s.add_runtime_dependency 'coffee-script', '>= 2.2.0'
|
17
|
-
s.add_runtime_dependency 'railties', '~> 3.1.0
|
17
|
+
s.add_runtime_dependency 'railties', '~> 3.1.0'
|
18
18
|
|
19
19
|
s.files = `git ls-files`.split("\n")
|
20
20
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
data/lib/coffee/rails/version.rb
CHANGED
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,48 +1,68 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: coffee-rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 1
|
9
|
+
- 1
|
10
|
+
version: 3.1.1
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Santiago Pastorino
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2011-09-13 00:00:00 -07:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
15
22
|
name: coffee-script
|
16
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
17
25
|
none: false
|
18
|
-
requirements:
|
19
|
-
- -
|
20
|
-
- !ruby/object:Gem::Version
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 7
|
30
|
+
segments:
|
31
|
+
- 2
|
32
|
+
- 2
|
33
|
+
- 0
|
21
34
|
version: 2.2.0
|
22
35
|
type: :runtime
|
23
|
-
|
24
|
-
|
25
|
-
- !ruby/object:Gem::Dependency
|
36
|
+
version_requirements: *id001
|
37
|
+
- !ruby/object:Gem::Dependency
|
26
38
|
name: railties
|
27
|
-
|
39
|
+
prerelease: false
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
28
41
|
none: false
|
29
|
-
requirements:
|
42
|
+
requirements:
|
30
43
|
- - ~>
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
hash: 3
|
46
|
+
segments:
|
47
|
+
- 3
|
48
|
+
- 1
|
49
|
+
- 0
|
50
|
+
version: 3.1.0
|
33
51
|
type: :runtime
|
34
|
-
|
35
|
-
version_requirements: *2168681060
|
52
|
+
version_requirements: *id002
|
36
53
|
description: Coffee Script adapter for the Rails asset pipeline.
|
37
|
-
email:
|
54
|
+
email:
|
38
55
|
- santiago@wyeworks.com
|
39
56
|
executables: []
|
57
|
+
|
40
58
|
extensions: []
|
59
|
+
|
41
60
|
extra_rdoc_files: []
|
42
|
-
|
61
|
+
|
62
|
+
files:
|
43
63
|
- .gitignore
|
44
64
|
- Gemfile
|
45
|
-
-
|
65
|
+
- MIT-LICENSE
|
46
66
|
- README.markdown
|
47
67
|
- Rakefile
|
48
68
|
- coffee-rails.gemspec
|
@@ -59,31 +79,41 @@ files:
|
|
59
79
|
- test/support/site/index.js.coffee
|
60
80
|
- test/template_handler_test.rb
|
61
81
|
- test/test_helper.rb
|
62
|
-
|
82
|
+
has_rdoc: true
|
83
|
+
homepage: ""
|
63
84
|
licenses: []
|
85
|
+
|
64
86
|
post_install_message:
|
65
87
|
rdoc_options: []
|
66
|
-
|
88
|
+
|
89
|
+
require_paths:
|
67
90
|
- lib
|
68
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
91
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
69
92
|
none: false
|
70
|
-
requirements:
|
71
|
-
- -
|
72
|
-
- !ruby/object:Gem::Version
|
73
|
-
|
74
|
-
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
hash: 3
|
97
|
+
segments:
|
98
|
+
- 0
|
99
|
+
version: "0"
|
100
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
101
|
none: false
|
76
|
-
requirements:
|
77
|
-
- -
|
78
|
-
- !ruby/object:Gem::Version
|
79
|
-
|
102
|
+
requirements:
|
103
|
+
- - ">="
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
hash: 3
|
106
|
+
segments:
|
107
|
+
- 0
|
108
|
+
version: "0"
|
80
109
|
requirements: []
|
110
|
+
|
81
111
|
rubyforge_project: coffee-rails
|
82
|
-
rubygems_version: 1.
|
112
|
+
rubygems_version: 1.3.7
|
83
113
|
signing_key:
|
84
114
|
specification_version: 3
|
85
115
|
summary: Coffee Script adapter for the Rails asset pipeline.
|
86
|
-
test_files:
|
116
|
+
test_files:
|
87
117
|
- test/assets_generator_test.rb
|
88
118
|
- test/controller_generator_test.rb
|
89
119
|
- test/scaffold_generator_test.rb
|
data/Gemfile.lock
DELETED
@@ -1,108 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
coffee-rails (3.1.0.rc.4)
|
5
|
-
actionpack (~> 3.1.0.rc1)
|
6
|
-
coffee-script (>= 2.2.0)
|
7
|
-
railties (~> 3.1.0.rc1)
|
8
|
-
sprockets (>= 2.0.0.beta.9)
|
9
|
-
|
10
|
-
PATH
|
11
|
-
remote: /Users/santiago/WyeWorks/Projs/rails
|
12
|
-
specs:
|
13
|
-
actionmailer (3.1.0.rc1)
|
14
|
-
actionpack (= 3.1.0.rc1)
|
15
|
-
mail (~> 2.3.0)
|
16
|
-
actionpack (3.1.0.rc1)
|
17
|
-
activemodel (= 3.1.0.rc1)
|
18
|
-
activesupport (= 3.1.0.rc1)
|
19
|
-
builder (~> 3.0.0)
|
20
|
-
erubis (~> 2.7.0)
|
21
|
-
i18n (~> 0.6)
|
22
|
-
rack (~> 1.3.0)
|
23
|
-
rack-cache (~> 1.0.1)
|
24
|
-
rack-mount (~> 0.8.1)
|
25
|
-
rack-test (~> 0.6.0)
|
26
|
-
sprockets (= 2.0.0.beta.10)
|
27
|
-
tzinfo (~> 0.3.27)
|
28
|
-
activemodel (3.1.0.rc1)
|
29
|
-
activesupport (= 3.1.0.rc1)
|
30
|
-
bcrypt-ruby (~> 2.1.4)
|
31
|
-
builder (~> 3.0.0)
|
32
|
-
i18n (~> 0.6)
|
33
|
-
activerecord (3.1.0.rc1)
|
34
|
-
activemodel (= 3.1.0.rc1)
|
35
|
-
activesupport (= 3.1.0.rc1)
|
36
|
-
arel (~> 2.1.3)
|
37
|
-
tzinfo (~> 0.3.27)
|
38
|
-
activeresource (3.1.0.rc1)
|
39
|
-
activemodel (= 3.1.0.rc1)
|
40
|
-
activesupport (= 3.1.0.rc1)
|
41
|
-
activesupport (3.1.0.rc1)
|
42
|
-
i18n (~> 0.6)
|
43
|
-
multi_json (~> 1.0)
|
44
|
-
rails (3.1.0.rc1)
|
45
|
-
actionmailer (= 3.1.0.rc1)
|
46
|
-
actionpack (= 3.1.0.rc1)
|
47
|
-
activerecord (= 3.1.0.rc1)
|
48
|
-
activeresource (= 3.1.0.rc1)
|
49
|
-
activesupport (= 3.1.0.rc1)
|
50
|
-
bundler (~> 1.0)
|
51
|
-
railties (= 3.1.0.rc1)
|
52
|
-
railties (3.1.0.rc1)
|
53
|
-
actionpack (= 3.1.0.rc1)
|
54
|
-
activesupport (= 3.1.0.rc1)
|
55
|
-
rack-ssl (~> 1.3.2)
|
56
|
-
rake (>= 0.8.7)
|
57
|
-
rdoc (~> 3.4)
|
58
|
-
thor (~> 0.14.6)
|
59
|
-
|
60
|
-
GEM
|
61
|
-
remote: http://rubygems.org/
|
62
|
-
specs:
|
63
|
-
arel (2.1.3)
|
64
|
-
bcrypt-ruby (2.1.4)
|
65
|
-
builder (3.0.0)
|
66
|
-
coffee-script (2.2.0)
|
67
|
-
coffee-script-source
|
68
|
-
execjs
|
69
|
-
coffee-script-source (1.1.1)
|
70
|
-
erubis (2.7.0)
|
71
|
-
execjs (1.2.0)
|
72
|
-
multi_json (~> 1.0)
|
73
|
-
hike (1.1.0)
|
74
|
-
i18n (0.6.0)
|
75
|
-
mail (2.3.0)
|
76
|
-
i18n (>= 0.4.0)
|
77
|
-
mime-types (~> 1.16)
|
78
|
-
treetop (~> 1.4.8)
|
79
|
-
mime-types (1.16)
|
80
|
-
multi_json (1.0.3)
|
81
|
-
polyglot (0.3.1)
|
82
|
-
rack (1.3.0)
|
83
|
-
rack-cache (1.0.2)
|
84
|
-
rack (>= 0.4)
|
85
|
-
rack-mount (0.8.1)
|
86
|
-
rack (>= 1.0.0)
|
87
|
-
rack-ssl (1.3.2)
|
88
|
-
rack
|
89
|
-
rack-test (0.6.0)
|
90
|
-
rack (>= 1.0)
|
91
|
-
rake (0.9.2)
|
92
|
-
rdoc (3.7)
|
93
|
-
sprockets (2.0.0.beta.10)
|
94
|
-
hike (~> 1.0)
|
95
|
-
rack (~> 1.0)
|
96
|
-
tilt (!= 1.3.0, ~> 1.1)
|
97
|
-
thor (0.14.6)
|
98
|
-
tilt (1.3.2)
|
99
|
-
treetop (1.4.9)
|
100
|
-
polyglot (>= 0.3.1)
|
101
|
-
tzinfo (0.3.29)
|
102
|
-
|
103
|
-
PLATFORMS
|
104
|
-
ruby
|
105
|
-
|
106
|
-
DEPENDENCIES
|
107
|
-
coffee-rails!
|
108
|
-
rails!
|