rails-annotate-solargraph 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7bb66133bae3d570210fe56d3b0b707666551af81bbc2923a8cf7d589ec0ad8
|
|
4
|
+
data.tar.gz: 4591722333e2d9b770ba3b33887a85ed37e846d7a8f3a03913cba4ab4627f828
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30d537b5e78042ba0dc990af3030b1ff1fb85232c3f998da008d1eaba6c83b2ab543c2c33adbe87ce181f4f6f9954ac500e077b4134dac9801498455e83e3b0e
|
|
7
|
+
data.tar.gz: a36382741d8e9964835a8818a3091d26c4d18c3e798ec0e77636e47e1c7cd172f0f17086bc4869022b1552bfac91cded203def21723e9a99f3d687ab8fcba903
|
data/Gemfile.lock
CHANGED
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
|
-

|
|
15
15
|
|
|
16
16
|
They're automatically updated and generated when you execute migrations
|
|
17
17
|
in the development environment.
|
|
18
18
|
|
|
19
|
-

|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
File without changes
|
|
File without changes
|
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.
|
|
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:
|