nanoboxifier 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3861bc6fb5f741bc10479f3fc5dc858430b8e10
4
- data.tar.gz: d5d37242743620a4469675c10a312d7e6bf2ec1e
3
+ metadata.gz: 6830a90d755a500a384c63df9eaa1131290c371b
4
+ data.tar.gz: 4fb4eece9f53f279ca500072c1d6ffafb94910e7
5
5
  SHA512:
6
- metadata.gz: 25484a801929833f7cc2651e496785e9b19e777649a07279da26eb0abeceea8b1eb1da289234360008b689e95bcd5b6881974ba7079868527a659140be149640
7
- data.tar.gz: 7e83108878d15194368a3e75e623944278b740f4fc64ba30d8d66668b93d498453d092b5eb4d0761fc2b02d0f2c55ef7a90a745d2302fa649e6635cb09ba3c20
6
+ metadata.gz: a78a4b200f43a914c07e24b54f7f99ec186d8bb56caac88edb94f478cf556d7038747550b41de823d0f3161005f9f52aa2afd37f80af8a73850904037acdd66d
7
+ data.tar.gz: 7b56965ca382421bf943e26483957bde2dbc7ca850217a0c893e8cc0685ec293363cf6d326dd64fff90076f367d6d3f873c16016bfdb415b16749b6edf064e91
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # nanoboxifier
1
+ # Nanoboxifier
2
2
 
3
3
  Welcome to Nanoboxification!
4
4
 
@@ -6,7 +6,7 @@ Welcome to Nanoboxification!
6
6
 
7
7
  Once you have your Rails app created you will need to add a file to the root of the application. Create a file called boxfile.yml
8
8
 
9
- For now let's fill it in with some stuff to get us rolling.
9
+ For now, let's fill it in with some stuff to get us rolling.
10
10
 
11
11
  ```yml
12
12
  run.config:
@@ -1,3 +1,3 @@
1
1
  module Nanoboxifier
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -5,7 +5,7 @@ def open(url)
5
5
  Net::HTTP.get(URI.parse(url))
6
6
  end
7
7
 
8
- data = open('https://gist.githubusercontent.com/schesnowitz/73be37d1d9ce9e1127e3ed05833f692c/raw/2f3840dea67c18e1f739189755c7b7bce9980331/boxfile_pg.yml')
8
+ data = open('https://gist.githubusercontent.com/schesnowitz/73be37d1d9ce9e1127e3ed05833f692c/raw/94daae47986f759b8f643ebe379e4f7659e71142/boxfile_pg.yml')
9
9
 
10
10
  filename = 'boxfile.yml'
11
11
  boxfile = File.new(filename, 'wb')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoboxifier
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
  - Steve Chesnowitz