box_cutter 0.0.1 → 0.0.2
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/Gemfile.lock +1 -1
- data/README.md +27 -0
- data/box_cutter.gemspec +2 -2
- data/lib/box_cutter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6394a23ec28a774c502a4181f4dd1c51271419c7
|
|
4
|
+
data.tar.gz: 2612b5aa595068a0e894f58e343f71adf143779e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 865ecc04707aba68c2e94dc82beffa8b2bec8071f969c53f71a3fd30749211c471b8b399f917e8d8a6d796f7f085390c0fe235d5dba8cd30a0135c67e10ab5e4
|
|
7
|
+
data.tar.gz: a392164735ea8069b6128933452d7c310bdf046c72205c22e2e45210f7b3047caa7138e8ea624b8ffebb66b10922b1b5017fb484f6ad9631f98c5b00db1b33c7
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
1
|
# Box Cutter
|
|
2
2
|

|
|
3
3
|
[//]: # (Image by Evan-Amos taken from http://commons.wikimedia.org/wiki/File:Box-cutter.jpg)
|
|
4
|
+
|
|
5
|
+
## Pre-release TODO
|
|
6
|
+
* [ ] Add Travis (.yml and badge)
|
|
7
|
+
* [ ] Add Code Climate (Test coverage with Travis and badge)
|
|
8
|
+
* [ ] Improve Box Cutter's README
|
|
9
|
+
* [ ] Set PostreSQL as default
|
|
10
|
+
* [ ] Skip test unit by default
|
|
11
|
+
* [ ] Discuss using RSpec as a default
|
|
12
|
+
* [ ] Discuss using .ruby-version or not
|
|
13
|
+
* [ ] Add Slim
|
|
14
|
+
* [ ] Add Simple Form
|
|
15
|
+
* [ ] Add Letter Opener and set Mailer for development
|
|
16
|
+
* [ ] Add Quiet Assets
|
|
17
|
+
* [ ] Add Better Errors and Binding or Caller
|
|
18
|
+
* [ ] Add Pry (Debugger or Byebug?)
|
|
19
|
+
* [ ] Discuss adding Annotate
|
|
20
|
+
* [ ] Discuss adding Foreman
|
|
21
|
+
* [ ] Add custom error pages
|
|
22
|
+
* [ ] Discuss adding Foundation
|
|
23
|
+
* [ ] Discuss changing default application.js to application.coffee
|
|
24
|
+
* [ ] Change default application.css to application.sass (or scss?)
|
|
25
|
+
* [ ] Add Github's Rails.gitignore
|
|
26
|
+
* [ ] Set Mailer for staging, and production
|
|
27
|
+
* [ ] Skip bundle and do a `bundle update` at a later step
|
|
28
|
+
* [ ] Add a Sitemap Generator and a robots.txt
|
|
29
|
+
* [ ] Improve generated README.md
|
|
30
|
+
* [ ] Add provisioning and deployment bits (Chef and Capistrano?)
|
data/box_cutter.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.date = Date.today.strftime('%Y-%m-%d')
|
|
10
10
|
|
|
11
11
|
s.description = <<-EOS
|
|
12
|
-
|
|
12
|
+
Box Cutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use Box Cutter if you're in a
|
|
13
13
|
rush to build something amazing; don't use it if you like missing deadlines.
|
|
14
14
|
EOS
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ rush to build something amazing; don't use it if you like missing deadlines.
|
|
|
17
17
|
s.executables = ['box_cutter']
|
|
18
18
|
s.extra_rdoc_files = %w[README.md LICENSE]
|
|
19
19
|
s.files = `git ls-files`.split("\n")
|
|
20
|
-
s.homepage = 'http://github.com/
|
|
20
|
+
s.homepage = 'http://github.com/smashingboxes/box_cutter'
|
|
21
21
|
s.license = 'MIT'
|
|
22
22
|
s.name = 'box_cutter'
|
|
23
23
|
s.rdoc_options = ['--charset=UTF-8']
|
data/lib/box_cutter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: box_cutter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- leonelgalan
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description: |
|
|
56
|
-
|
|
56
|
+
Box Cutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use Box Cutter if you're in a
|
|
57
57
|
rush to build something amazing; don't use it if you like missing deadlines.
|
|
58
58
|
email: leonel@smashingboxes.com
|
|
59
59
|
executables:
|
|
@@ -82,7 +82,7 @@ files:
|
|
|
82
82
|
- spec/spec_helper.rb
|
|
83
83
|
- spec/support/box_cutter.rb
|
|
84
84
|
- templates/README.md.erb
|
|
85
|
-
homepage: http://github.com/
|
|
85
|
+
homepage: http://github.com/smashingboxes/box_cutter
|
|
86
86
|
licenses:
|
|
87
87
|
- MIT
|
|
88
88
|
metadata: {}
|