tomahawk 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 3321497e0e37efc0950be9ece1d7b843beafb880
4
- data.tar.gz: dd2c3437d9acf92cbb456f4e121c967e1ed8229e
3
+ metadata.gz: 924e83450b374686420c3fa3025dba6086dc17ef
4
+ data.tar.gz: 5d0e676d279958e90f38b66a42723907dab06338
5
5
  SHA512:
6
- metadata.gz: 27393b6bf0bb0072fc45746a1e941c62d4a2d92d3c22a42551317993dbbb2de11750c27015a9644c40d1b0dc10c8ee0ad4fb3d96ca755afb63d5d34d46a26d23
7
- data.tar.gz: 80204485dcf3d2b26f80e5f1a6a558668e420042209e6b949eeb1009c190663d2e62a39cc1f89b3bb7ea16e84f2b365339ebd21a180c5f94771b2e7a07aa6388
6
+ metadata.gz: b7b765b43509106622ce490fc3249a37961da75441fe453a73ca85e71875499b6b009c47345d0feed2f7006872f2d5bbe654d6dc120d6f4d9d8bb6de699dec50
7
+ data.tar.gz: e9e6c0c9ce6bb79b68b2eeef80f3dc27a803a787f87c017acbbcdd3dab48cc889fdc0ae20839988bf20f1aac28b1233cc7ece288b2f1112f13f9bec0c7345d63
@@ -1,3 +1,3 @@
1
1
  module Tomahawk
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/tomahawk.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mail@chrisschell.de"]
11
11
  spec.summary = 'Tomahawk parses and generates Apache 2 configuration files.'
12
12
  spec.description = nil
13
- spec.homepage = 'https://github.com/cschell/tomahawk'
13
+ spec.homepage = 'https://github.com/Sophisticates/tomahawk'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomahawk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Schell
@@ -85,7 +85,7 @@ files:
85
85
  - spec/lib/tomahawk_spec.rb
86
86
  - spec/spec_helper.rb
87
87
  - tomahawk.gemspec
88
- homepage: https://github.com/cschell/tomahawk
88
+ homepage: https://github.com/Sophisticates/tomahawk
89
89
  licenses:
90
90
  - MIT
91
91
  metadata: {}