prairie-ghtpl 0.1.2 → 0.1.3

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: c0e2dcdeb6c72e90ee2b9db19fd68285657f0e550dee2f6f6fa55cdfa1739c32
4
- data.tar.gz: 70deb6d9faf6584dfeff771428c8dca23b71c6854b501fd48837083845b4f64c
3
+ metadata.gz: 98943eaa1d68e76b3922044f31b8540a0181ed88ae9739434fb24a5e48e54c22
4
+ data.tar.gz: 48cee34e0d3be641a9336e3a131782d4c2a44fd8565f00be325e34d02bc50365
5
5
  SHA512:
6
- metadata.gz: c8a49ffb767f2a8e9a9d66d6b319d23811411ec28cbf3a77e3000ff021d4cee10722dd33443737d4cf52ab1c151e33b7ddf7c32459d50280fbdce0c0ca707a65
7
- data.tar.gz: 8080d7d50d20e84088d773c0e3baa7259623c9c3c7c230f3964acad3d6e8d5a00ec9f34cbea051fd7470d8c79176afe2040f1f0bd4af64232cafb04cc2983111
6
+ metadata.gz: 025ad93ea67166beb520deaaf240b7f2d825f43b6978debc24a2d69888df8b8771b16549a8e41f0410e1c8b883f84c0c77d5d02e1f702b6fe27552b021fcb655
7
+ data.tar.gz: 7d217c6177599be934fa45701c1cddaaf55a4d88c58948a97e88f4f67b2f9ea1b48dc6b06b0a8d87a0030b6c750131f343037e71d163eb4a4bb47f52d1d7f5d0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prairie-ghtpl (0.1.2)
4
+ prairie-ghtpl (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -31,7 +31,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
31
31
 
32
32
  ## Contributing
33
33
 
34
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/prairie. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
+ Bug reports and pull requests are welcome on GitHub at https://github.com/iruknuj/prairie. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
35
 
36
36
  ## License
37
37
 
@@ -1,3 +1,3 @@
1
1
  module Prairie
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/prairie.gemspec CHANGED
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = %q{Create commit template.}
12
12
  spec.description = %q{Create `.githubmessage`, `.github/ISSUE_TEMPLATE.md`, `.github/PULL_REQUEST_TEMPLATE.md`.}
13
- spec.homepage = "https://github.com/iruknuj"
13
+ spec.homepage = "https://github.com/IrukNuj/prairie"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
17
17
 
18
- # spec.metadata["homepage_uri"] = spec.homepage
19
- # spec.metadata["source_code_uri"] = "https://github.com/IrukNuj/prairie"
18
+ spec.metadata["homepage_uri"] = spec.homepage
19
+ spec.metadata["source_code_uri"] = "https://github.com/IrukNuj/prairie"
20
20
  # spec.metadata["changelog_uri"] = "https://github.com/IrukNuj/prairie"
21
21
 
22
22
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prairie-ghtpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - IrukNuj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-04 00:00:00.000000000 Z
11
+ date: 2019-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,10 +75,12 @@ files:
75
75
  - lib/prairie.rb
76
76
  - lib/prairie/version.rb
77
77
  - prairie.gemspec
78
- homepage: https://github.com/iruknuj
78
+ homepage: https://github.com/IrukNuj/prairie
79
79
  licenses:
80
80
  - MIT
81
- metadata: {}
81
+ metadata:
82
+ homepage_uri: https://github.com/IrukNuj/prairie
83
+ source_code_uri: https://github.com/IrukNuj/prairie
82
84
  post_install_message:
83
85
  rdoc_options: []
84
86
  require_paths: