hubbastyle 0.2.0 → 0.2.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 +4 -4
- data/hubbastyle.gemspec +1 -1
- data/lib/hubbastyle/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d98a71534dee0a21502383ae98cde18db0b5bfa1b25de2d2e815f23808f9a05f
|
|
4
|
+
data.tar.gz: d1ea22e15366274c51f4b0ce3ea130ec6fe28d749726759ccf042adf2e78de8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: add4be94ab3540672c177d1557dd65645b5d735920e1708c8977b4371d9a41c73a3b0c32ed954e321ba652d79eed6d641d1a66fda492d45c84d3bdb14f5d33a7
|
|
7
|
+
data.tar.gz: 040c985f087cca75991ce4cdbc881b33bee081f0991dead114f80a7ba232f2edfa0c6a503a078dd20aff844d0c5549a21a2136ee6b499166f95a13f5351c164e
|
data/hubbastyle.gemspec
CHANGED
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
19
19
|
if spec.respond_to?(:metadata)
|
|
20
|
-
spec.metadata["allowed_push_host"] = "https://rubygems.org
|
|
20
|
+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
21
21
|
|
|
22
22
|
# spec.metadata["homepage_uri"] = spec.homepage
|
|
23
23
|
# spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
data/lib/hubbastyle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hubbastyle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chatethakhun
|
|
@@ -116,7 +116,7 @@ files:
|
|
|
116
116
|
homepage:
|
|
117
117
|
licenses: []
|
|
118
118
|
metadata:
|
|
119
|
-
allowed_push_host: https://rubygems.org
|
|
119
|
+
allowed_push_host: https://rubygems.org
|
|
120
120
|
post_install_message:
|
|
121
121
|
rdoc_options: []
|
|
122
122
|
require_paths:
|