ember_script-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,49 +1,4 @@
1
- # rcov generated
2
- coverage
3
- coverage.data
4
-
5
- # rdoc generated
6
- rdoc
7
-
8
- # yard generated
9
- doc
10
- .yardoc
11
-
12
- # bundler
13
1
  .bundle
14
-
15
- # jeweler generated
16
- pkg
17
-
18
- # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
19
- #
20
- # * Create a file at ~/.gitignore
21
- # * Include files you want ignored
22
- # * Run: git config --global core.excludesfile ~/.gitignore
23
- #
24
- # After doing this, these files will be ignored in all your git projects,
25
- # saving you from having to 'pollute' every project you touch with them
26
- #
27
- # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
28
- #
29
- # For MacOS:
30
- #
31
- #.DS_Store
32
-
33
- # For TextMate
34
- #*.tmproj
35
- #tmtags
36
-
37
- # For emacs:
38
- #*~
39
- #\#*
40
- #.\#*
41
-
42
- # For vim:
43
- #*.swp
44
-
45
- # For redcar:
46
- #.redcar
47
-
48
- # For rubinius:
49
- #*.rbc
2
+ .DS_Store
3
+ Gemfile.lock
4
+ *.gem
@@ -2,11 +2,6 @@ language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
4
  before_install:
5
- - sudo apt-get -y install python-software-properties
6
- - sudo add-apt-repository -y ppa:chris-lea/node.js
7
- - sudo apt-get update
8
- - sudo apt-get -y install nodejs npm
9
- - sudo npm install -g 'git://github.com/ghempton/ember-script.git#HEAD'
10
5
  - gem install bundler --version '>= 1.2.2'
11
6
  before_script: "bundle exec rake appraisal:install"
12
7
  script: "bundle exec rake appraisal spec"
@@ -16,13 +16,12 @@ Gem::Specification.new do |gem|
16
16
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
17
17
  gem.require_paths = ["lib"]
18
18
 
19
- gem.add_dependency "ember_script"
19
+ gem.add_dependency "ember_script", ">= 0.0.4"
20
20
  gem.add_dependency "rails"
21
21
 
22
22
  gem.add_development_dependency "bundler", [">= 1.2.2"]
23
23
  gem.add_development_dependency "appraisal"
24
24
  gem.add_development_dependency "rspec"
25
25
  gem.add_development_dependency "rspec-rails"
26
- gem.add_dependency "pry"
27
26
  end
28
27
 
@@ -1,9 +1,8 @@
1
1
  PATH
2
2
  remote: /Users/ghempton/projects/oss/ember-script-rails
3
3
  specs:
4
- ember_script-rails (0.0.2)
5
- ember_script
6
- pry
4
+ ember_script-rails (0.0.3)
5
+ ember_script (>= 0.0.4)
7
6
  rails
8
7
 
9
8
  GEM
@@ -41,11 +40,15 @@ GEM
41
40
  rake
42
41
  arel (3.0.2)
43
42
  builder (3.0.4)
44
- coderay (1.0.8)
45
43
  diff-lcs (1.1.3)
46
- ember_script (0.0.3)
44
+ ember_script (0.0.4)
45
+ ember_script-source (>= 0.0.2)
46
+ execjs
47
47
  tilt
48
+ ember_script-source (0.0.2)
48
49
  erubis (2.7.0)
50
+ execjs (1.4.0)
51
+ multi_json (~> 1.0)
49
52
  hike (1.2.1)
50
53
  i18n (0.6.1)
51
54
  journey (1.0.4)
@@ -54,14 +57,9 @@ GEM
54
57
  i18n (>= 0.4.0)
55
58
  mime-types (~> 1.16)
56
59
  treetop (~> 1.4.8)
57
- method_source (0.8.1)
58
60
  mime-types (1.19)
59
61
  multi_json (1.5.0)
60
62
  polyglot (0.3.3)
61
- pry (0.9.10)
62
- coderay (~> 1.0.5)
63
- method_source (~> 0.8)
64
- slop (~> 3.3.1)
65
63
  rack (1.4.1)
66
64
  rack-cache (1.2)
67
65
  rack (>= 0.4)
@@ -102,7 +100,6 @@ GEM
102
100
  rspec-core (~> 2.12.0)
103
101
  rspec-expectations (~> 2.12.0)
104
102
  rspec-mocks (~> 2.12.0)
105
- slop (3.3.3)
106
103
  sprockets (2.2.2)
107
104
  hike (~> 1.2)
108
105
  multi_json (~> 1.0)
@@ -49,9 +49,8 @@ GIT
49
49
  PATH
50
50
  remote: /Users/ghempton/projects/oss/ember-script-rails
51
51
  specs:
52
- ember_script-rails (0.0.2)
53
- ember_script
54
- pry
52
+ ember_script-rails (0.0.3)
53
+ ember_script (>= 0.0.4)
55
54
  rails
56
55
 
57
56
  GEM
@@ -63,11 +62,15 @@ GEM
63
62
  arel (3.0.2)
64
63
  atomic (1.0.1)
65
64
  builder (3.1.4)
66
- coderay (1.0.8)
67
65
  diff-lcs (1.1.3)
68
- ember_script (0.0.3)
66
+ ember_script (0.0.4)
67
+ ember_script-source (>= 0.0.2)
68
+ execjs
69
69
  tilt
70
+ ember_script-source (0.0.2)
70
71
  erubis (2.7.0)
72
+ execjs (1.4.0)
73
+ multi_json (~> 1.0)
71
74
  hike (1.2.1)
72
75
  i18n (0.6.1)
73
76
  json (1.7.5)
@@ -75,15 +78,10 @@ GEM
75
78
  i18n (>= 0.4.0)
76
79
  mime-types (~> 1.16)
77
80
  treetop (~> 1.4.8)
78
- method_source (0.8.1)
79
81
  mime-types (1.19)
80
82
  minitest (4.3.3)
81
83
  multi_json (1.5.0)
82
84
  polyglot (0.3.3)
83
- pry (0.9.10)
84
- coderay (~> 1.0.5)
85
- method_source (~> 0.8)
86
- slop (~> 3.3.1)
87
85
  rack (1.4.1)
88
86
  rack-test (0.6.2)
89
87
  rack (>= 1.0)
@@ -105,7 +103,6 @@ GEM
105
103
  rspec-core (~> 2.12.0)
106
104
  rspec-expectations (~> 2.12.0)
107
105
  rspec-mocks (~> 2.12.0)
108
- slop (3.3.3)
109
106
  sprockets (2.8.2)
110
107
  hike (~> 1.2)
111
108
  multi_json (~> 1.0)
@@ -1,5 +1,5 @@
1
1
  module EmberScript
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember_script-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-26 00:00:00.000000000 Z
12
+ date: 2013-03-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ember_script
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 0.0.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '0'
29
+ version: 0.0.4
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rails
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -107,22 +107,6 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- - !ruby/object:Gem::Dependency
111
- name: pry
112
- requirement: !ruby/object:Gem::Requirement
113
- none: false
114
- requirements:
115
- - - ! '>='
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :runtime
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
- requirements:
123
- - - ! '>='
124
- - !ruby/object:Gem::Version
125
- version: '0'
126
110
  description: Asset pipeline support for EmberScript files. Uses a .em file extension.
127
111
  email:
128
112
  - ghempton@gmail.com
@@ -135,7 +119,6 @@ files:
135
119
  - .travis.yml
136
120
  - Appraisals
137
121
  - Gemfile
138
- - Gemfile.lock
139
122
  - LICENSE.txt
140
123
  - README.md
141
124
  - Rakefile
@@ -1,126 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ember_script-rails (0.0.2)
5
- ember_script
6
- pry
7
- rails
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actionmailer (3.2.9)
13
- actionpack (= 3.2.9)
14
- mail (~> 2.4.4)
15
- actionpack (3.2.9)
16
- activemodel (= 3.2.9)
17
- activesupport (= 3.2.9)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.0)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activemodel (3.2.9)
26
- activesupport (= 3.2.9)
27
- builder (~> 3.0.0)
28
- activerecord (3.2.9)
29
- activemodel (= 3.2.9)
30
- activesupport (= 3.2.9)
31
- arel (~> 3.0.2)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.2.9)
34
- activemodel (= 3.2.9)
35
- activesupport (= 3.2.9)
36
- activesupport (3.2.9)
37
- i18n (~> 0.6)
38
- multi_json (~> 1.0)
39
- appraisal (0.5.1)
40
- bundler
41
- rake
42
- arel (3.0.2)
43
- builder (3.0.4)
44
- coderay (1.0.8)
45
- diff-lcs (1.1.3)
46
- ember_script (0.0.3)
47
- tilt
48
- erubis (2.7.0)
49
- hike (1.2.1)
50
- i18n (0.6.1)
51
- journey (1.0.4)
52
- json (1.7.5)
53
- mail (2.4.4)
54
- i18n (>= 0.4.0)
55
- mime-types (~> 1.16)
56
- treetop (~> 1.4.8)
57
- method_source (0.8.1)
58
- mime-types (1.19)
59
- multi_json (1.5.0)
60
- polyglot (0.3.3)
61
- pry (0.9.10)
62
- coderay (~> 1.0.5)
63
- method_source (~> 0.8)
64
- slop (~> 3.3.1)
65
- rack (1.4.1)
66
- rack-cache (1.2)
67
- rack (>= 0.4)
68
- rack-ssl (1.3.2)
69
- rack
70
- rack-test (0.6.2)
71
- rack (>= 1.0)
72
- rails (3.2.9)
73
- actionmailer (= 3.2.9)
74
- actionpack (= 3.2.9)
75
- activerecord (= 3.2.9)
76
- activeresource (= 3.2.9)
77
- activesupport (= 3.2.9)
78
- bundler (~> 1.0)
79
- railties (= 3.2.9)
80
- railties (3.2.9)
81
- actionpack (= 3.2.9)
82
- activesupport (= 3.2.9)
83
- rack-ssl (~> 1.3.2)
84
- rake (>= 0.8.7)
85
- rdoc (~> 3.4)
86
- thor (>= 0.14.6, < 2.0)
87
- rake (10.0.2)
88
- rdoc (3.12)
89
- json (~> 1.4)
90
- rspec (2.12.0)
91
- rspec-core (~> 2.12.0)
92
- rspec-expectations (~> 2.12.0)
93
- rspec-mocks (~> 2.12.0)
94
- rspec-core (2.12.1)
95
- rspec-expectations (2.12.0)
96
- diff-lcs (~> 1.1.3)
97
- rspec-mocks (2.12.0)
98
- rspec-rails (2.12.0)
99
- actionpack (>= 3.0)
100
- activesupport (>= 3.0)
101
- railties (>= 3.0)
102
- rspec-core (~> 2.12.0)
103
- rspec-expectations (~> 2.12.0)
104
- rspec-mocks (~> 2.12.0)
105
- slop (3.3.3)
106
- sprockets (2.2.2)
107
- hike (~> 1.2)
108
- multi_json (~> 1.0)
109
- rack (~> 1.0)
110
- tilt (~> 1.1, != 1.3.0)
111
- thor (0.16.0)
112
- tilt (1.3.3)
113
- treetop (1.4.12)
114
- polyglot
115
- polyglot (>= 0.3.1)
116
- tzinfo (0.3.35)
117
-
118
- PLATFORMS
119
- ruby
120
-
121
- DEPENDENCIES
122
- appraisal
123
- bundler (>= 1.2.2)
124
- ember_script-rails!
125
- rspec
126
- rspec-rails