prepend_code 0.0.2 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module PrependCode
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/prepend_code.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["ryooo.321@gmail.com"]
11
11
  gem.description = %q{Prepend context on all app ruby files. coding directive, copy right and so on.}
12
12
  gem.summary = %q{Prepend context on all app ruby files.}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/ryooo321/prepend_code"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prepend_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -81,7 +81,7 @@ files:
81
81
  - spec/test/sub/test2.rb
82
82
  - spec/test/sub/test3.txt
83
83
  - spec/test/test.rb
84
- homepage: ''
84
+ homepage: https://github.com/ryooo321/prepend_code
85
85
  licenses: []
86
86
  post_install_message:
87
87
  rdoc_options: []