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.
- checksums.yaml +4 -4
- data/README.md +6 -2
- data/barebones.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 939cf2744d1182c35590d7e35f1e94f90779db34
|
4
|
+
data.tar.gz: 795fb28a305c086e3d4f7639bfafbc094abf97a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
|
24
|
+
`barebones [AppName] --skip-api --skip-sorcery`
|
21
25
|
|
22
26
|
Gemfile
|
23
27
|
---
|
data/barebones.gemspec
CHANGED
@@ -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.
|
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://
|
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.
|
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://
|
63
|
+
homepage: https://github.com/dannyyu92/barebones
|
64
64
|
licenses:
|
65
65
|
- MIT
|
66
66
|
metadata: {}
|