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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3754a42797af2ce43fa3d0c215bbf376e26c146279a288234f859ab8cf8c68f8
4
- data.tar.gz: 6e7bcc3f75caf6d2e427b07106877eb4b9136f860fc6c5654a373b68c2957d4f
3
+ metadata.gz: 0bd0991ca17a9e84ed33cd35e67a1075813a595e1b77a0b0b65a6ee030d76c84
4
+ data.tar.gz: 55d65a39e7721d8f1674c6378a004d65e9eb502e51e3298218ba94adf53c09c3
5
5
  SHA512:
6
- metadata.gz: ddaf7f8b7ce92332cde4d3a6ea527a3b8baed3de2c0f25bc68b5b14fc32e951b07877ef403ac8a6642a2429219e1e6bf67b8464e08ed1f6c7232cecfc1e966a1
7
- data.tar.gz: e8ce610cb39880718df7a9692293cec57ef6ef0b653637360c604d11dcd54604f729116b3ab1390456e1be03468f6e9b24ba5c4e5451ac2ca6a21e32e900c0b6
6
+ metadata.gz: 266ca92d8f61df7b39cc9e9bc0277697b29eb27de4e36c30cfc8f3b67d5bed9453fec23bc89cced346cc4b72ca61ac22be25adb6f332237cffdf0fe79489dd33
7
+ data.tar.gz: 628b2b0c8a27d7d577e5ce8ab46c2c4ead4d990e3f1159fee2258be1123569cabb016048010322c4b8ab78499174a0fa80219eb57c6de48cdfdfb0a43c628b65
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- open_code-rails (0.2.2)
4
+ open_code-rails (0.2.3)
5
5
  railties (>= 4.2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module OpenCode
2
2
  module Rails
3
- VERSION = "0.2.2".freeze
3
+ VERSION = "0.2.3".freeze
4
4
  end
5
5
  end
@@ -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.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: []