r4 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 50ab78fab12ab4e9a35ae168283d8e6d70c7d6d8
4
- data.tar.gz: 5ae493b67980463141aeb692aa84a9734d4e531b
3
+ metadata.gz: 903c54f2747f9931b520654e35b2dd1abb8fe0b4
4
+ data.tar.gz: 253560192fb81ec81726ab13085b653a3805f5ca
5
5
  SHA512:
6
- metadata.gz: af988c3abd046401cb2b0e9894ab7b84e37d37207f26754cdac13ff5a777e39e193a19e0933b471422ba2174277667196a547fc9a1db47a6da2c133d546e9c9f
7
- data.tar.gz: ff8b54ec4055b5fddbacc1dfd5ca19ff5d9a00e6740597dc2892f75454a6c32367f6aed886212a83245f1a3a479a3145ee8eacaa067d60812fa4865bf01fed2d
6
+ metadata.gz: 6f05f5944dce3edd63e9a31a528574d97f05eb3b2859e2af0485b8da7b9eb5c72598fb440e58de5a25f96b2034a521d5053cc11d6bf810e0d542576b5d0eb73d
7
+ data.tar.gz: 03eedf38feb51dee7c92ddf59fb7f3525fc519e3202f79a322f348a3c62f5130349de3530135f6332a75800c86bbdbf7463467c8c79136138b3a172b77077c9b
data/README.md CHANGED
@@ -52,6 +52,7 @@ Custom installations types can be specified in 'installations' directory.
52
52
  ## TODO
53
53
 
54
54
  1. provide deploy.sh for upload.rake task to actually work for others
55
+ 2. Add testing for Rails presence before running installation
55
56
 
56
57
  ## Development
57
58
 
@@ -1,4 +1,5 @@
1
1
  # DEFAULT SETTINGS
2
+ # TODO check ruby version on system and use it in ruby version
2
3
  copy '.ruby-version'
3
4
  apply 'recipes/gemfile.rb'
4
5
 
@@ -31,4 +31,6 @@ gem 'font-awesome-rails'
31
31
  gem 'quiet_assets'
32
32
  gem 'jquery-ui-rails'
33
33
  EOF
34
- end
34
+ end
35
+
36
+ run 'bundle install'
data/lib/r4/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module R4
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - mousse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler