devgem 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/README.md +3 -1
- data/lib/devgem/version.rb +1 -1
- data/lib/devgem.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: 80290e8b09aeb6950f1a972eecf8b88f2a716016
|
4
|
+
data.tar.gz: e1ba242a9090040a8a98b59a97d22692ee92e952
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa61c4aaa11fdcac2f275b57bc4d2d5c94b0491c7ac2993aebc4bb21affa6855d8065983c3fd30fe1c9717600500129c92ff85d58f35b9ebe8c2cd5c7cfb191b
|
7
|
+
data.tar.gz: 37ee18e43a7729644b5b1c1d610be85a6c4e826d71007d832d2c2d38402ce61708fcc161e6c99d8781004dc611ab491cfad3080d99336fbda2c5449ca96285da
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
Devgem bundles and installs your under development gem so that you don't have to mess around with paths or bundling/installing everytime you make a change.
|
4
4
|
|
5
|
+
To learn more about why Devgem came to be, read the blogpost: http://sakr.me/1087
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Install the gem:
|
@@ -26,7 +28,7 @@ Devgem does a few things
|
|
26
28
|
|
27
29
|
## Contributing
|
28
30
|
|
29
|
-
1. Fork it
|
31
|
+
1. Fork it
|
30
32
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
31
33
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
32
34
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/devgem/version.rb
CHANGED
data/lib/devgem.rb
CHANGED