ng_classify 0.0.4 → 0.1.4
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 +4 -4
- data/lib/ng-classify-commonjs.js +1925 -1857
- data/lib/ng_classify/version.rb +1 -1
- data/ng_classify.gemspec +1 -1
- metadata +4 -4
data/lib/ng_classify/version.rb
CHANGED
data/ng_classify.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.version = NgClassify::VERSION
|
10
10
|
s.authors = ["Penn Su"]
|
11
11
|
s.email = ["pennsu@gmail.com"]
|
12
|
-
s.homepage = ""
|
12
|
+
s.homepage = "https://github.com/pencilcheck/ng_classify"
|
13
13
|
s.summary = "A preprocessor for the ng-classify npm module"
|
14
14
|
s.description = "Convert CoffeeScript classes to AngularJS modules
|
15
15
|
Write less JavaScript. Write less CoffeeScript. Write less Angular."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ng_classify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Penn Su
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: therubyracer
|
@@ -191,7 +191,7 @@ files:
|
|
191
191
|
- test/dummy/public/favicon.ico
|
192
192
|
- test/ng_classify_test.rb
|
193
193
|
- test/test_helper.rb
|
194
|
-
homepage:
|
194
|
+
homepage: https://github.com/pencilcheck/ng_classify
|
195
195
|
licenses:
|
196
196
|
- MIT
|
197
197
|
metadata: {}
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
213
|
rubyforge_project:
|
214
|
-
rubygems_version: 2.
|
214
|
+
rubygems_version: 2.4.5
|
215
215
|
signing_key:
|
216
216
|
specification_version: 4
|
217
217
|
summary: A preprocessor for the ng-classify npm module
|