railspp 0.3.7 → 0.3.8
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 +1 -3
- data/lib/utils/strings.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eca7b249ceb2e4bbcf0d1aa6342ae7afe0924be9a398f2b548fbe43d92e423d0
|
|
4
|
+
data.tar.gz: 9a94fe3f41f2b1d2c14ddd2432b1c0d129b8fbb1dcb5f5012ef72209de63509b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 126f873356cda9eebc3bab498e024c7ce145b9b0bbd2da54543290f326b660617aa8ae550fbd576c9393f30345ac276e9430b681eca151eb82e084b8aca741a2
|
|
7
|
+
data.tar.gz: 6224328af2e5b333c0cc289bce3caa194cd0935f21972be0b69e9e539d7dcc00dc7ccdf245dab9186f073d5edfda1d27b8651f3718f48221580120af31eb30b0
|
data/README.md
CHANGED
|
@@ -42,7 +42,7 @@ ______ _ __
|
|
|
42
42
|
| |\ \ (_| | | \__ \ |_| |_|
|
|
43
43
|
\_| \_\__,_|_|_|___/
|
|
44
44
|
|
|
45
|
-
Rails Plus Plus Version: 0.3.
|
|
45
|
+
Rails Plus Plus Version: 0.3.8
|
|
46
46
|
|
|
47
47
|
Rails Plus Plus: Command Line Interface to make your life easier.
|
|
48
48
|
=> The Rails Plus Plus command is 'railspp'. To blast this project into the fifth dimension.
|
|
@@ -58,8 +58,6 @@ List of commands:
|
|
|
58
58
|
- make_test => Generate a unit test in minitest
|
|
59
59
|
- ad => Initialize your api documentation
|
|
60
60
|
- api_docs => Initialize your api documentation
|
|
61
|
-
- uv => Update your version of Rails Plus Plus in your code base
|
|
62
|
-
- update_version => Update your version of Rails Plus Plus in your code base
|
|
63
61
|
```
|
|
64
62
|
|
|
65
63
|
## Getting Started
|
data/lib/utils/strings.rb
CHANGED