solargraph-rails-init 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4bbdcabdffa226f66ec626b47187d1284f8580e7be42dcabd2a5768623d4751
4
- data.tar.gz: d393432009cfa4a6de9cfccb41524f5d3905cb8eaf840dacd0e582141d9ab7c4
3
+ metadata.gz: c13c83e7eac6813b378f0242c69aab57df0f5f865c861fd29e04ad3806fa6dff
4
+ data.tar.gz: b7096dbc6252b49fdb7e70a1d0c05fa7f1806ce7a5438d2992299648cea72b11
5
5
  SHA512:
6
- metadata.gz: aecc346759f711981781aa760ee4d3092c7901ce187858f68d01b54e1f6f1ce7a14c65aea5e9378d2840fa329c2bb9487c6fbcb7c85546eb8ff53df1cf525882
7
- data.tar.gz: 3018410c3cc714e74bbb973af0a5d335a0731b87f69745e75e2ceaeecd2414016beb9ee86df9c1da4e10ca752ca1bb2e8eeaeaae660c3366443fd97b0652dd6c
6
+ metadata.gz: 36da0959f215857bf96edfe4870fa4fdb8e59072b8ed0aeef46eae53bf057b2b2b0d1411e8cbd96242eadfb9dac0509519bdf3e385c5443ef36f4c623b1582f6
7
+ data.tar.gz: 4171cc4940ebdc680420f5e14f3810fc5403bdf094c45d402dd7aa87ddbc6f9570fa0db3e02ab588e5c8b79d2c500b6e8ed4c5a6e0dc9be3db21321d889584b5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solargraph-rails-init (0.2.0)
4
+ solargraph-rails-init (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -46,8 +46,11 @@ end
46
46
 
47
47
  def install_sgr
48
48
  exec_cmd "gem install solargraph-rails --pre", title: "Installing `solargraph-rails` gem..."
49
+ exec_cmd "bundle add annotate", title: "Adding `annotate` gem to Gemfile..."
50
+ exec_cmd "rails g annotate:install", title: "Initializing `annotate` gem..."
51
+ exec_cmd "rake annotate_models", title: "Annotating models..."
49
52
 
50
- puts "Add `solargraph-rails` plugin to #{SOLARGRAPH_YML}"
53
+ puts "Adding `solargraph-rails` plugin to #{SOLARGRAPH_YML}..."
51
54
  h = YAML.load_file(SOLARGRAPH_YML)
52
55
  h['plugins'] ||= []
53
56
  h['plugins'] << 'solargraph-rails' unless h['plugins'].include?('solargraph-rails')
@@ -3,7 +3,7 @@
3
3
  module Solargraph
4
4
  module Rails
5
5
  module Init
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.1"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solargraph-rails-init
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier