react-rails-api 0.1.1 → 0.1.2
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/react-rails-api/template.rb +1 -1
- data/lib/react-rails-api/version.rb +1 -1
- data/react-rails-api.gemspec +2 -2
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d500f5dea293c6b19ed33b91ec10fa0d13ca81f4707c3b1cc4156936a59bc3ab
|
|
4
|
+
data.tar.gz: 7a76b3afd69d353d2cbb55f3e369ccb74944a3a9028042d59e65fd83b131e205
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6085938a699828539279ce9eee4a83524abc2179c392477ee32ac87e05ae9988164571639a9d76662e18cf01dc844bd477e0578cb57073df95fedd63ff674f64
|
|
7
|
+
data.tar.gz: 8b658ab9cbbc91530c7567a6a0005538489594efb73a485796a03ec2e3ab47febabfe60cbd8e8bcddfc75e0f52e3d54102fac65ba8a29278731afecdb2055e62
|
|
@@ -98,7 +98,7 @@ after_bundle do
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
# Create a top-level package.json that tells Heroku how to compile the Create React App
|
|
101
|
-
file 'package.json', template('package.json.tt')
|
|
101
|
+
file 'package.json', template('package.json.tt'), force: true
|
|
102
102
|
|
|
103
103
|
# Create the React application (client)
|
|
104
104
|
run 'yarn create react-app client'
|
data/react-rails-api.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ require 'react-rails-api/version'
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'react-rails-api'
|
|
7
7
|
spec.version = ReactRailsAPI::VERSION
|
|
8
|
-
spec.authors = ['Edwin Onuonga'
|
|
9
|
-
spec.email = ['edwinonuonga@gmail.com'
|
|
8
|
+
spec.authors = ['Edwin Onuonga']
|
|
9
|
+
spec.email = ['edwinonuonga@gmail.com']
|
|
10
10
|
spec.license = 'MIT'
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{All-in-one application generator enabling the integration of a React front-end and a Ruby-on-Rails API back-end with ActiveAdmin CMS.}
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: react-rails-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edwin Onuonga
|
|
8
|
-
- Charlie Gleason
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: thor
|
|
@@ -70,7 +69,6 @@ dependencies:
|
|
|
70
69
|
description:
|
|
71
70
|
email:
|
|
72
71
|
- edwinonuonga@gmail.com
|
|
73
|
-
- hi@charliegleason.com
|
|
74
72
|
executables:
|
|
75
73
|
- react-rails
|
|
76
74
|
extensions: []
|