frankly 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2589fabac9398387d064b6687b20f76ab4b068eb
4
- data.tar.gz: 04f001f85e8db6f8d364975b1cd742d6db7b77ca
3
+ metadata.gz: bf26a26c6877201ee53782dd6294499461f37a60
4
+ data.tar.gz: b9036a44e219341985c9542c2bafb65271d49d14
5
5
  SHA512:
6
- metadata.gz: 31a68003e2ff91a8f3ece00711ed413394a0dfb9ac633c4b4d4597107c309e5b255249baa86dafba2e026fdbfc189539ce0651c619d0abac91a35beafc94f474
7
- data.tar.gz: 8dde38cda92eb4abe7bdcbd5ad1d9fd9d24698c70f8bd55b936093e6ed260a09eeb06e373524f3d6db66861d03f8e68e414945e50e9cc35594ed4791d1533196
6
+ metadata.gz: fc7b47e404cf82e681a95c82395887ce6d0f29f1036ae66e5e10c17116443b0516ef3f3287ac2776a8ed324ae010700c6856394af44d7bc47fabdaef6b16ac39
7
+ data.tar.gz: 224fd2a437d33300bfca87ee67b45bd0f0eef7d2b602fe2acf1c1532afd87983beabf56e29754de65e018059d20752fe52b0c3b5019de515c78f6961f48740a0
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Frankly
2
2
  ![Build Status](https://travis-ci.org/kenrett/frankly.svg?branch=master)
3
3
 
4
- An opinionated sinatra skeleton with Rake tasks, rspec, postgres, and more!
4
+ An opinionated sinatra app skeleton generator with Rake tasks, rspec, postgres, pry and more!
5
5
 
6
6
  ## Installation
7
7
 
data/bin/frankly CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module Frankly
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/templates/Gemfile.tt CHANGED
@@ -7,8 +7,8 @@ gem 'pg'
7
7
  gem 'sinatra', '~> 1.0'
8
8
  gem 'sinatra-contrib'
9
9
 
10
- gem 'activesupport', '~>5.1.2'
11
- gem 'activerecord', '~>5.1.2'
10
+ gem 'activesupport', '~>5.2'
11
+ gem 'activerecord', '~>5.2'
12
12
 
13
13
  gem 'rake'
14
14
 
data/templates/Rakefile CHANGED
@@ -47,7 +47,7 @@ namespace :generate do
47
47
  puts "Creating #{path}"
48
48
  File.open(path, 'w+') do |f|
49
49
  f.write(<<-EOF.strip_heredoc)
50
- class #{name} < ActiveRecord::Migration[5.1]
50
+ class #{name} < ActiveRecord::Migration[5.2]
51
51
  def change
52
52
  end
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frankly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Rettberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-22 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -100,7 +100,6 @@ files:
100
100
  - bin/console
101
101
  - bin/frankly
102
102
  - bin/setup
103
- - frankly-0.1.1.gem
104
103
  - frankly.gemspec
105
104
  - lib/frankly.rb
106
105
  - lib/frankly/cli.rb
@@ -160,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
159
  version: '0'
161
160
  requirements: []
162
161
  rubyforge_project:
163
- rubygems_version: 2.6.12
162
+ rubygems_version: 2.6.13
164
163
  signing_key:
165
164
  specification_version: 4
166
165
  summary: An opinionated sinatra skeleton with Rake tasks, rspec, postgres, and more!
data/frankly-0.1.1.gem DELETED
Binary file