punchcard 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.
- data/Gemfile.lock +1 -1
- data/README.rdoc +2 -2
- data/VERSION +1 -1
- data/lib/punchcard.rb +6 -1
- data/punchcard.gemspec +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
|
@@ -24,9 +24,9 @@ Same as above, but you can ditch the mongo_db setup line. Initialize a git repo
|
|
|
24
24
|
|
|
25
25
|
$ git init
|
|
26
26
|
$ git commit -a -m "Initial commit"
|
|
27
|
-
$ heroku create --stack bamboo-mri-1.9.2
|
|
27
|
+
$ heroku create [APPNAME] --stack bamboo-mri-1.9.2
|
|
28
28
|
$ heroku addons:add mongohq:free
|
|
29
|
-
$ git push heroku
|
|
29
|
+
$ git push heroku master
|
|
30
30
|
|
|
31
31
|
Now head over to your app's url! Please also check out the next two sections for auth and adding people.
|
|
32
32
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/lib/punchcard.rb
CHANGED
data/punchcard.gemspec
CHANGED