common_core_js 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/common_core_js.gemspec +1 -1
- data/lib/common_core_js/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fcd99ee8fa4548986c624ebcf06a0fa1dc41043ec996ec4679b033b6bc299ee
|
4
|
+
data.tar.gz: 3671e05b83391706306cca609051aa597930686532f301ff436f766817ca65c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb0467aaae71e0cad30d58c7984ac67e1dfd8a7903410b5964f1de9d9b7541259e5ea2e779e2e88d035893bd6654c1b8b968b4e9d5ba2305e4c82b12cfcc2936
|
7
|
+
data.tar.gz: 2e56fc4005e080d6a65c8772959ee6be7f9d50cef3188bbf30818148cd882a1fc192c2fd109bc45173ec7647ffb8aca6e35197a1def200f036aea2f2a848ce5d
|
data/common_core_js.gemspec
CHANGED
@@ -7,7 +7,7 @@ require 'byebug'
|
|
7
7
|
Gem::Specification.new do |spec|
|
8
8
|
spec.name = "common_core_js"
|
9
9
|
spec.version = CommonCoreJs::VERSION
|
10
|
-
spec.license = '
|
10
|
+
spec.license = 'Commit to Social Justice'
|
11
11
|
spec.date = '2020-10-29'
|
12
12
|
spec.summary = "A gem build scaffolding."
|
13
13
|
spec.description = "Simple, plug & play Rails scaffolding with really simple Javascript"
|
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.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Fleetwood-Boldt
|
@@ -193,7 +193,7 @@ files:
|
|
193
193
|
- lib/tasks/common_core_js_tasks.rake
|
194
194
|
homepage: https://blog.jasonfleetwoodboldt.com/common-core-js/
|
195
195
|
licenses:
|
196
|
-
-
|
196
|
+
- Commit to Social Justice
|
197
197
|
metadata:
|
198
198
|
source_code_uri: https://github.com/jasonfb/common_core_js
|
199
199
|
documentation_uri: https://github.com/jasonfb/common_core_js
|