react-rails-api 0.1.1 → 0.1.2

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: 7963e08485a82f7460f4919020848425e5f18884037db56d0915f678bc414b5e
4
- data.tar.gz: cbfa97efba5b75f73487e25188627ccd0ae807649c0db1a86db49bfd92ded5ef
3
+ metadata.gz: d500f5dea293c6b19ed33b91ec10fa0d13ca81f4707c3b1cc4156936a59bc3ab
4
+ data.tar.gz: 7a76b3afd69d353d2cbb55f3e369ccb74944a3a9028042d59e65fd83b131e205
5
5
  SHA512:
6
- metadata.gz: e10164463b98a983115614244f8660b64fb58b600c696dd23f2ac5e4386fe141cafddcbb81234f1eb445671ffcaea1839f73e30103bcbf5cfe0052b31965df43
7
- data.tar.gz: 6dae3bc0c8ef08f6646e86f7c2f2e2ef2c50376deb5ec222f2f77a030c021d56074fc25b87c3b6552533a6e9e28144ab1e73a624f6d90c5f8da33e568e10343a
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'
@@ -2,7 +2,7 @@ module ReactRailsAPI
2
2
  VERSION = {
3
3
  major: 0,
4
4
  minor: 1,
5
- patch: 1,
5
+ patch: 2,
6
6
  meta: nil
7
7
  }.values.reject(&:nil?).map(&:to_s)*?.
8
8
  end
@@ -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', 'Charlie Gleason']
9
- spec.email = ['edwinonuonga@gmail.com', 'hi@charliegleason.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.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-10 00:00:00.000000000 Z
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: []