rails_on_rails 0.1.4.pre.beta → 0.1.6.pre.beta

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50ac753a20f440c675c9a0a86af8c82c59db7af5f34833485a64ac84e8746cf3
4
- data.tar.gz: ed824e87fcf233a5e555b72f2470ca43b590141261896f0b0ae46e971a87b755
3
+ metadata.gz: feeeb21193fff678fa8487fe9ae179b71a99b25f1891473cc7c21bdc8777aaf4
4
+ data.tar.gz: dcbfbf5c37fb8cc760cf02376c3ea45b6124cf01031a5ae16b90a943fc0408bb
5
5
  SHA512:
6
- metadata.gz: 7eba84526b10f7d18d9c16b996c43f9403684b469edce68afd0b6457c203d93e6baa8da280724780e723b28f21fdb44cc0d01cd6fbbd140483662bfab23a085b
7
- data.tar.gz: a8831f517691e8365e270bb5b276fc05b906e2e3302769d5c2726bc8183536cc5a07ae918efd81ef4a942e7bc51065a71c10ee28f89fb168960ece4b9f4748c0
6
+ metadata.gz: 3d290f373beab562f5c798b940f91861ae4b2ed08745aa2a74e4974d5df7542c953bb7433ce8e71f4727cec035e7192587f89005528b47861d4016d36b7bb1a3
7
+ data.tar.gz: cd27afe5a7df3891f024f9b96da1978b7d76e2cd3f9b209f34cfdfc771067490f26147ffa9914405cf9ac32b6ce9a755c59718c7145018a585ed19537598991c
File without changes
@@ -2,7 +2,7 @@ class CLIOptions
2
2
  class <<self
3
3
 
4
4
  def gem_version
5
- "0.1.4-beta"
5
+ "0.1.6-beta"
6
6
  end
7
7
 
8
8
  def ascii_art
metadata CHANGED
@@ -1,10 +1,9 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.pre.beta
4
+ version: 0.1.6.pre.beta
5
5
  platform: ruby
6
6
  authors:
7
- - Aidan Miles
8
7
  - Layne Faler
9
8
  autorequire:
10
9
  bindir: bin
@@ -56,12 +55,12 @@ dependencies:
56
55
  description: A scaffolding tool for your Rails projects
57
56
  email: lfaler@appliedvr.to
58
57
  executables:
59
- - rails_on_rails
58
+ - ror
60
59
  extensions: []
61
60
  extra_rdoc_files: []
62
61
  files:
63
62
  - README.md
64
- - bin/rails_on_rails
63
+ - bin/ror
65
64
  - lib/autogenerators/bash_commands/generate_controller.sh
66
65
  - lib/autogenerators/bash_commands/generate_model.sh
67
66
  - lib/autogenerators/bash_commands/install_rspec.sh