common_core_js 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52d92bafcfe6f844d7d1d9eb69dda3a9b1740690a7bc079532f6777d33856451
4
- data.tar.gz: 8c9a49ccb3baacee68bac8b3c04b657949b685e52683fbd07be57026d3c54ea8
3
+ metadata.gz: e3d0247921834b019942e6b3539e5f55f8575c0137ca6004cd730298591dfcea
4
+ data.tar.gz: 57003617eefa913a505f2f2435ba0b61c516d31e07831788f3c96b8907f768dc
5
5
  SHA512:
6
- metadata.gz: 31731a78478bc117b93478fd0fb3179f2ea2596289619d16caadd94bb8c23d3e0e4f256d69b09a56eaf0925ee0605395cc0938cf1b2372bb57aa46614618ed98
7
- data.tar.gz: a292d839273003ba32c6b5456c13ee1d6f912ee213c545272fb655d2d0ddef6a5a9add40717beda86559151104d3cef06d1654d437844904d67898d06e5649e7
6
+ metadata.gz: 737d442f6cfbdf272e7a2b6c5a5aa690df884994c93429f4fac14e739e0a39064b4b5ab5dbf378756314cab506adcd8fd1f38c689ad7f300ef58043c9ea1c7b3
7
+ data.tar.gz: e5c8cf0b226a216c735c001dfebedcebb457524dff18f21ee6b988d795ed73f787d92b7fdf864178a6fff3a3d35e3e1fe9393e82ddbb979d6b73e89ba7af3804
@@ -1,3 +1,3 @@
1
1
  module CommonCoreJs
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: common_core_js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Fleetwood-Boldt
@@ -136,12 +136,14 @@ files:
136
136
  - lib/generators/common_core/templates/new.js.erb
137
137
  - lib/generators/common_core/templates/update.js.erb
138
138
  - lib/tasks/common_core_js_tasks.rake
139
- - lib/version.rb
140
- homepage: http://rubygems.org/gems/common-core-js
139
+ homepage: https://blog.jasonfleetwoodboldt.com/common-core-js/
141
140
  licenses:
142
141
  - MIT
143
142
  metadata:
144
143
  source_code_uri: https://github.com/jasonfb/common_core_js
144
+ documentation_uri: https://github.com/jasonfb/common_core_js
145
+ homepage_uri: https://blog.jasonfleetwoodboldt.com/common-core-js/
146
+ mailing_list_uri: https://blog.jasonfleetwoodboldt.com
145
147
  post_install_message: "---------------------------------------------\nWelcome to Common
146
148
  Core\n\nrails generate common_score:scaffold Thing\n\n * Build plug-and-play
147
149
  scaffolding mixing HAML with jQuery-based Javascript\n * Automatically Reads
@@ -1,4 +0,0 @@
1
- module CommonCoreJS
2
- VERSION = "0.0.2.alpha"
3
-
4
- end