rails-annotate-solargraph 0.1.0 → 0.1.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: '0841b81a947cf88befe6531d7b4c8aabc0f3d1708b12543bf88e56f39835aea0'
4
- data.tar.gz: 32e2be64e71eb09976f8babea38ec7fc0f8dc0373970ade0a09c65e36f56cb62
3
+ metadata.gz: f7bb66133bae3d570210fe56d3b0b707666551af81bbc2923a8cf7d589ec0ad8
4
+ data.tar.gz: 4591722333e2d9b770ba3b33887a85ed37e846d7a8f3a03913cba4ab4627f828
5
5
  SHA512:
6
- metadata.gz: a485c9e9acb53bd7dec92be97e9f57386ddebe913ead221e7fa00ad8e0f7ec697968dde5195514fef12af9a0d9d674cfd91e6db7a1f8e0c32297d61555892bd9
7
- data.tar.gz: 4603a5ff8d88b3e732afa1f2dfb5aa76a2ef01b7b32cde7105d5881bcf60c3db9e2345c43780ef623ef8f0b4e25d71489ee9c5e04a3b24bccd4e886a99a9cfba
6
+ metadata.gz: 30d537b5e78042ba0dc990af3030b1ff1fb85232c3f998da008d1eaba6c83b2ab543c2c33adbe87ce181f4f6f9954ac500e077b4134dac9801498455e83e3b0e
7
+ data.tar.gz: a36382741d8e9964835a8818a3091d26c4d18c3e798ec0e77636e47e1c7cd172f0f17086bc4869022b1552bfac91cded203def21723e9a99f3d687ab8fcba903
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-annotate-solargraph (0.1.0)
4
+ rails-annotate-solargraph (0.1.1)
5
5
  rails (>= 5.0, < 8.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -11,12 +11,12 @@ as a Ruby language server for your IDE).
11
11
 
12
12
  Here's how you can generate and use these annotations.
13
13
 
14
- ![Annotation Generation Gif](readme_assets/annotation_generation_demo.gif)
14
+ ![Annotation Generation Gif](assets/annotation_generation_demo.gif)
15
15
 
16
16
  They're automatically updated and generated when you execute migrations
17
17
  in the development environment.
18
18
 
19
- ![Automatic Annotations Gif](readme_assets/automatic_annotations_demo.gif)
19
+ ![Automatic Annotations Gif](assets/automatic_annotations_demo.gif)
20
20
 
21
21
  ## Installation
22
22
 
@@ -3,7 +3,7 @@
3
3
  module Rails
4
4
  module Annotate
5
5
  module Solargraph
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.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: rails-annotate-solargraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Drewniak
@@ -48,6 +48,8 @@ files:
48
48
  - LICENSE.txt
49
49
  - README.md
50
50
  - Rakefile
51
+ - assets/annotation_generation_demo.gif
52
+ - assets/automatic_annotations_demo.gif
51
53
  - bin/console
52
54
  - bin/setup
53
55
  - lib/generators/annotate/solargraph/install_generator.rb
@@ -57,8 +59,6 @@ files:
57
59
  - lib/rails/annotate/solargraph/model.rb
58
60
  - lib/rails/annotate/solargraph/version.rb
59
61
  - rails-annotate-solargraph.gemspec
60
- - readme_assets/annotation_generation_demo.gif
61
- - readme_assets/automatic_annotations_demo.gif
62
62
  - sig/rails/annotate/solargraph.rbs
63
63
  homepage: https://gitlab.com/mateuszdrewniak/rails-annotate-solargraph
64
64
  licenses: