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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/utils/strings.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d78f4f79e9cebca7a6efa9fceb5e6bf351f0fe1a413555c7c0e9491dd20752c
4
- data.tar.gz: 5b8bc8143b6e9bc763b1b36bff090cadf0b6292402ccd5f21d337112974d092a
3
+ metadata.gz: eca7b249ceb2e4bbcf0d1aa6342ae7afe0924be9a398f2b548fbe43d92e423d0
4
+ data.tar.gz: 9a94fe3f41f2b1d2c14ddd2432b1c0d129b8fbb1dcb5f5012ef72209de63509b
5
5
  SHA512:
6
- metadata.gz: 40e571d288931b1fdbe38765f1cbb18928216317411373221cac21f1ab7cf222e02800f267b7ddabc9a9a806f7ca5b178a3736844454ec553d5f77a0f492b44e
7
- data.tar.gz: aca159dae4594a719ce25c6861a4095a8c67286c02e6ccb9311b3b87cc9e66b5297cace6bfbaa5f6e3e041b76616049354be3c35bdcb98a7467ef3ef232e7104
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.6
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
@@ -21,7 +21,7 @@ class MoreUtils
21
21
  class << self
22
22
 
23
23
  def gem_version
24
- "0.3.7"
24
+ "0.3.8"
25
25
  end
26
26
 
27
27
  def get_file_str path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railspp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Layne Faler