frankly 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
  SHA1:
3
- metadata.gz: 13026885899dceaa8e5a20cff1b6ef04da7f276f
4
- data.tar.gz: c0aa026148abf88636c81909fc29fce112ded09a
3
+ metadata.gz: 2589fabac9398387d064b6687b20f76ab4b068eb
4
+ data.tar.gz: 04f001f85e8db6f8d364975b1cd742d6db7b77ca
5
5
  SHA512:
6
- metadata.gz: 9a0b47474fb81f11e7e2db114706097d4c9a5996a4509cb083be99cdf2b555f0eb14752f1a24ffc4c8590284590634b91a3680d09e7c35b517378f9d1c65ba37
7
- data.tar.gz: e06f85ccf55a6bc5d0592b50940849bbff55a7b92803e672023717adaed90a886e7b06ee9ae8c4e501f451883dea77f45537be86129eff4f39c827a383f28ee8
6
+ metadata.gz: 31a68003e2ff91a8f3ece00711ed413394a0dfb9ac633c4b4d4597107c309e5b255249baa86dafba2e026fdbfc189539ce0651c619d0abac91a35beafc94f474
7
+ data.tar.gz: 8dde38cda92eb4abe7bdcbd5ad1d9fd9d24698c70f8bd55b936093e6ed260a09eeb06e373524f3d6db66861d03f8e68e414945e50e9cc35594ed4791d1533196
data/README.md CHANGED
@@ -11,9 +11,13 @@ Type this into the command line:
11
11
  gem install frankly
12
12
  ```
13
13
 
14
+ ## Dependency
15
+
16
+ Frankly is dependent on using postgres as your database. If you don't have it installed, please check out this great blogpost for [OSX](https://launchschool.com/blog/how-to-install-postgresql-on-a-mac) or [Linux](https://launchschool.com/blog/how-to-install-postgres-for-linux) from [LaunchSchool](https://launchschool.com/) on how to get set up!
17
+
14
18
  ## Usage
15
19
 
16
- Simple type `frankly APP_NAME` and frankly will create a sinatra scaffold, git init, and bundle.
20
+ Simple type `frankly APP_NAME` and frankly will create a sinatra scaffold, git init, and bundle your application. Currently frankly does not support special characters or numbers in an `APP_NAME` but please feel free to make a Pull Request if you would like to contribute!
17
21
 
18
22
  ## Development
19
23
 
@@ -1,3 +1,3 @@
1
1
  module Frankly
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/templates/Rakefile CHANGED
@@ -132,7 +132,7 @@ namespace :db do
132
132
  end
133
133
  end
134
134
 
135
- desc 'Start IRB with application environment loaded'
135
+ desc 'Start PRY with application environment loaded'
136
136
  task "console" do
137
137
  exec "pry -r./config/environment"
138
138
  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.3
4
+ version: 0.1.4
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-08-01 00:00:00.000000000 Z
11
+ date: 2017-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler