barebones 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -2
  3. data/barebones.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91b3b9832d19717a5e7cc86ebc367121867d91f1
4
- data.tar.gz: f0753f193dd972965b1517686bfc737afdb21970
3
+ metadata.gz: 939cf2744d1182c35590d7e35f1e94f90779db34
4
+ data.tar.gz: 795fb28a305c086e3d4f7639bfafbc094abf97a0
5
5
  SHA512:
6
- metadata.gz: 28970db0368a14bfc61917faec90e66ee0dbdd554c162a5358a099b95d6796669c15bd0edcd0915cd0708037dedf59ef184e6beecbe20d93ddaca9b37c66a66d
7
- data.tar.gz: 6f6936a47fbdb12d240b542d6671fad5554a5bad592e01cd4cf6b23e595e674dea40d58e63265066e7c8da24176999d55337fe2caba38ddcf7c03ff41d428a52
6
+ metadata.gz: 7a0fafa8581788728ebb26b97c1151387a4422f8a5de7f7a15debc335e654e65f76cdb836b3224b69afc2d396401264a9380343d45fe874e881a62728715fe2b
7
+ data.tar.gz: 9966be9ac7596dff1e903e25ac58d523d772dcd8a43f82efa0621af83d45f5cd3d7969ed5e2d2a05e6dd10b7144ea4e26069af8f1dfd0ad808489589927047d8
data/README.md CHANGED
@@ -6,7 +6,11 @@ gems and patterns that would be nice to have out of the box.
6
6
 
7
7
  Installation
8
8
  ---
9
- For now, just run ./bin/barebones [AppName]
9
+ Install the gem:
10
+ `gem install barebones`
11
+
12
+ Then run:
13
+ `barebones [AppName]`
10
14
 
11
15
  #### Flags
12
16
  If you don't like using any of the below gems or configurations for whatever reason, you can skip them:
@@ -17,7 +21,7 @@ If you don't like using any of the below gems or configurations for whatever rea
17
21
  * --skip-carrierwave
18
22
 
19
23
  For example:
20
- `./bin/barebones [AppName] --skip-api --skip-sorcery`
24
+ `barebones [AppName] --skip-api --skip-sorcery`
21
25
 
22
26
  Gemfile
23
27
  ---
@@ -2,7 +2,7 @@ require "./lib/barebones/version"
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "barebones"
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
  s.date = "2015-10-19"
7
7
  s.licenses = ['MIT']
8
8
  s.summary = "Rails template generator"
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Danny Yu"]
11
11
  s.files = `git ls-files -z`.split("\x0")
12
12
  s.executables = ["barebones"]
13
- s.homepage = "https://rubygems.org/gems/barebones"
13
+ s.homepage = "https://github.com/dannyyu92/barebones"
14
14
 
15
15
  s.add_dependency 'rails', Barebones::RAILS_VERSION
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barebones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Yu
@@ -60,7 +60,7 @@ files:
60
60
  - templates/routes.rb
61
61
  - templates/secrets.yml.erb
62
62
  - templates/test_job.rb
63
- homepage: https://rubygems.org/gems/barebones
63
+ homepage: https://github.com/dannyyu92/barebones
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}