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 +4 -4
- data/README.md +2 -2
- data/lib/nanoboxifier/version.rb +1 -1
- data/lib/tasks/files/pg/boxfile.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6830a90d755a500a384c63df9eaa1131290c371b
|
|
4
|
+
data.tar.gz: 4fb4eece9f53f279ca500072c1d6ffafb94910e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a78a4b200f43a914c07e24b54f7f99ec186d8bb56caac88edb94f478cf556d7038747550b41de823d0f3161005f9f52aa2afd37f80af8a73850904037acdd66d
|
|
7
|
+
data.tar.gz: 7b56965ca382421bf943e26483957bde2dbc7ca850217a0c893e8cc0685ec293363cf6d326dd64fff90076f367d6d3f873c16016bfdb415b16749b6edf064e91
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
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:
|
data/lib/nanoboxifier/version.rb
CHANGED
|
@@ -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/
|
|
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')
|