rory 0.9.0 → 0.9.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/bin/rory +5 -0
- data/lib/rory/version.rb +1 -1
- data/rory.gemspec +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c207c6ca9b666cfe7491b6e74a8031286dff0f9f
|
|
4
|
+
data.tar.gz: 89c7cfd6f0c04dc0a813911d0e31935aeee12aee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a1a283981ba88f3495d08b90070a84dd8c91bc3c52bcdd7830738eddc7819efda4e3f68e6ac4a049510434c92f6f17c41cd7b0379dcdec3d01788f38c36f281
|
|
7
|
+
data.tar.gz: 0807c432dbfc12a8436602309ed7b249d28b467e37a6f30a27e353d75fcc59c284667a9f97955fd5be8242581e1d8e0c7415cb792d4a75cb0787066dda40fe9f
|
data/bin/rory
ADDED
data/lib/rory/version.rb
CHANGED
data/rory.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ravi Gadad
|
|
@@ -231,7 +231,8 @@ description: |
|
|
|
231
231
|
See http://github.com/screamingmuse/rory for more info.
|
|
232
232
|
email:
|
|
233
233
|
- ravi@screamingmuse.com
|
|
234
|
-
executables:
|
|
234
|
+
executables:
|
|
235
|
+
- rory
|
|
235
236
|
extensions: []
|
|
236
237
|
extra_rdoc_files:
|
|
237
238
|
- LICENSE.txt
|
|
@@ -240,6 +241,7 @@ files:
|
|
|
240
241
|
- LICENSE.txt
|
|
241
242
|
- README.md
|
|
242
243
|
- Rakefile
|
|
244
|
+
- bin/rory
|
|
243
245
|
- lib/rory.rb
|
|
244
246
|
- lib/rory/application.rb
|
|
245
247
|
- lib/rory/cli.rb
|