open_code-rails 0.2.2 → 0.2.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/open_code/rails/version.rb +1 -1
- data/open_code-rails.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bd0991ca17a9e84ed33cd35e67a1075813a595e1b77a0b0b65a6ee030d76c84
|
4
|
+
data.tar.gz: 55d65a39e7721d8f1674c6378a004d65e9eb502e51e3298218ba94adf53c09c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 266ca92d8f61df7b39cc9e9bc0277697b29eb27de4e36c30cfc8f3b67d5bed9453fec23bc89cced346cc4b72ca61ac22be25adb6f332237cffdf0fe79489dd33
|
7
|
+
data.tar.gz: 628b2b0c8a27d7d577e5ce8ab46c2c4ead4d990e3f1159fee2258be1123569cabb016048010322c4b8ab78499174a0fa80219eb57c6de48cdfdfb0a43c628b65
|
data/Gemfile.lock
CHANGED
data/open_code-rails.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = 'Open file in editor in Rails exception pages'
|
12
12
|
spec.description = 'Add an link beside files on exception'
|
13
13
|
spec.homepage = "https://github.com/eGust/open_code-rails"
|
14
|
+
spec.license = 'MIT'
|
14
15
|
|
15
16
|
# Specify which files should be added to the gem when it is released.
|
16
17
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: open_code-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Chen
|
@@ -117,7 +117,8 @@ files:
|
|
117
117
|
- lib/open_code/rails/vscode.svg
|
118
118
|
- open_code-rails.gemspec
|
119
119
|
homepage: https://github.com/eGust/open_code-rails
|
120
|
-
licenses:
|
120
|
+
licenses:
|
121
|
+
- MIT
|
121
122
|
metadata: {}
|
122
123
|
post_install_message:
|
123
124
|
rdoc_options: []
|