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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d14fd7b722f7ff9b5c9f7121c3555852f9e8e72e
4
- data.tar.gz: d99bf5dd29fea684eabaa3ec4c5d596adcc6e156
3
+ metadata.gz: 6394a23ec28a774c502a4181f4dd1c51271419c7
4
+ data.tar.gz: 2612b5aa595068a0e894f58e343f71adf143779e
5
5
  SHA512:
6
- metadata.gz: ff06d8f58508ffb611a8df1d2f1dd9a1d88665c9af387a06057e8e4102d7a7b2a31c3bf7a6fc4cb8dac7d510fd3a4312d54ba3a0885a158ed5b7fc7ae8fef7ad
7
- data.tar.gz: 3a6d5c90eaa6d85755ec7712ddc4ec0432ba40786c3249f408d5f8f74ca0cea4b2df64bf4401ef22c59cf83fda9c4187b099149361687c76c66909c1fd4b8e31
6
+ metadata.gz: 865ecc04707aba68c2e94dc82beffa8b2bec8071f969c53f71a3fd30749211c471b8b399f917e8d8a6d796f7f085390c0fe235d5dba8cd30a0135c67e10ab5e4
7
+ data.tar.gz: a392164735ea8069b6128933452d7c310bdf046c72205c22e2e45210f7b3047caa7138e8ea624b8ffebb66b10922b1b5017fb484f6ad9631f98c5b00db1b33c7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- box_cutter (0.0.1)
4
+ box_cutter (0.0.2)
5
5
  bundler (~> 1.3)
6
6
  rails (= 4.1.4)
7
7
 
data/README.md CHANGED
@@ -1,3 +1,30 @@
1
1
  # Box Cutter
2
2
  ![ScreenShot](box_cutter.jpg)
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
- BoxCutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use BoxCutter if you're in a
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/leonelgalan/box_cutter'
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']
@@ -1,5 +1,5 @@
1
1
  module BoxCutter
2
2
  RAILS_VERSION = '4.1.4'
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
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.1
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
- BoxCutter is inspired by thoughtbot's Suspenders. Just like Suspenders says, use BoxCutter if you're in a
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/leonelgalan/box_cutter
85
+ homepage: http://github.com/smashingboxes/box_cutter
86
86
  licenses:
87
87
  - MIT
88
88
  metadata: {}