ng_classify 0.0.4 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module NgClassify
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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.0.4
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-01-25 00:00:00.000000000 Z
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.2.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