panacea-rails 0.1.3 → 0.1.4

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: 4987b34bb96e2b84ad9e1a92b8f7e7112ad61b2472e9f1749387ee277954f397
4
- data.tar.gz: 0aaf0bfd695851df8371fbb0ad038665b42d2db4dedb7176a75282e67f52f087
3
+ metadata.gz: 6c232faf5af3739df2c678728c1ac210a647bef1e47efb566b5dea8587e7ab1b
4
+ data.tar.gz: b6f6c35e1775ab005de7446c88e4d4a33e42b4d5b3dc67d26f639f1c7d9eea69
5
5
  SHA512:
6
- metadata.gz: 74681cb4461f6f5df988f7c824c9b10ffaf05cab3e5b49ea62ccfa43606561e1bf3637ceb3cf23952c292f14e3be16916402aac39c2875d974fa382da88dba8a
7
- data.tar.gz: dff9d7e491c0807b390a137d7f129d983302893454fc4f49416f5d215530f5b7cdabcf1413759746ac1c973604767f2f9113fe2a42cf07c7bebabaea9a4e8967
6
+ metadata.gz: cd87da50a57f36ffaf1010e5322be4c82ad92b4e22104cd7cce30cd7d7c41298ab6cc66ddb6c9ee2e0a7b185f8d35f4d5eb96d2438084de0867987e915f285c4
7
+ data.tar.gz: 4a85bd20f970578dff1e8e527a6e1477920b059f31cc21bd706f21b4d177ec6ce07d37b841e35434e093c740f4f55d4bc7373ce91d98ffa111fb5482b5fe3bb6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- panacea-rails (0.1.0)
4
+ panacea-rails (0.1.4)
5
5
  bundler (~> 1)
6
6
  slop (~> 4.6)
7
7
  tty-prompt (~> 0.17)
@@ -11,7 +11,7 @@ GEM
11
11
  specs:
12
12
  ast (2.4.0)
13
13
  equatable (0.5.0)
14
- hitimes (1.3.0)
14
+ hitimes (1.2.6)
15
15
  jaro_winkler (1.5.1)
16
16
  minitest (5.11.3)
17
17
  necromancer (0.4.0)
@@ -41,7 +41,7 @@ GEM
41
41
  hitimes
42
42
  tty-color (0.4.3)
43
43
  tty-cursor (0.6.0)
44
- tty-prompt (0.17.0)
44
+ tty-prompt (0.17.1)
45
45
  necromancer (~> 0.4.0)
46
46
  pastel (~> 0.7.0)
47
47
  timers (~> 4.0)
@@ -66,4 +66,4 @@ DEPENDENCIES
66
66
  sdoc (~> 1.0)
67
67
 
68
68
  BUNDLED WITH
69
- 1.16.3
69
+ 1.16.6
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Panacea # :nodoc:
4
4
  module Rails # :nodoc:
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
data/templates/Gemfile.tt CHANGED
@@ -5,7 +5,7 @@ source "https://rubygems.org"
5
5
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
6
6
 
7
7
  ruby "<%= @panacea.dig("ruby_version") %>"
8
- gem "rails", "~> 5.2.1"
8
+ gem "rails", "~> 5.2.2"
9
9
  gem "<%= db_gem.name %>"<%= %(, '#{db_gem.version}') if db_gem.version %>
10
10
 
11
11
  gem "bootsnap", ">= 1.1.0", require: false
data/templates/README.tt CHANGED
@@ -7,8 +7,8 @@ Edit/Remove the following sections as you wish.
7
7
 
8
8
  ## System Requirements
9
9
 
10
- - Ruby 2.5.1
11
- - Rails 5.2.1
10
+ - Ruby 2.x.x
11
+ - Rails 5.2.2
12
12
  - Yarn
13
13
 
14
14
  ## Dependencies
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panacea-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillermo Moreno
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-09-27 00:00:00.000000000 Z
13
+ date: 2019-01-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler