mixes 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mixes/version.rb +1 -1
  3. data/mixes.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 226e7e13c0b7f569d886d1d9a5783c2a30aa7fcb
4
- data.tar.gz: 0edb7e45d02c0b2c98ea6c35936ffdbb9a196236
3
+ metadata.gz: 41a7e19f3d3c68697c99b5c82d53e6dfc027be7e
4
+ data.tar.gz: 1a315e2ca48befeac9dd29c3cf516a57402b69cf
5
5
  SHA512:
6
- metadata.gz: 65e66a2884f526d378bf3ac9fd03754cd238c5019a949e069ab2772f97ce992fd43573a5e1f7a24d9915e16cd9fd1c1e2e76b643899553984d4baaaa3644c69a
7
- data.tar.gz: b58da2d0421299794b5b3205576b909bccb971f5cf548f7a1335c3eba713cb4686d357eb3afc0c759398c9edf08727592f4c359a2f78bcb59901cd4a4999f737
6
+ metadata.gz: c8e247bd43e62dca1ffffe1b9e51cff07766b6824dcb815686024c920bbd6f2a4568e46dafcacadc78ea31de207635127c9f7277d2aa9cb19965f5e647cfc5ea
7
+ data.tar.gz: 6b3ace1926cbb178991d4ede4c43da2cb8affc26fc03f6ff18bf9f4c2a0d96cbacda596fbf4969e874254ccb42ca8f651f86479c0ce20e3772c0aa6d3d977746
@@ -1,3 +1,3 @@
1
1
  module Mixes
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["siemakuba@gmail.com"]
11
11
  spec.summary = %q{Load a Mixin with initial configuration.}
12
12
  spec.description = ""
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/siemakuba/mixes"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kuba Łopusiński
@@ -56,7 +56,7 @@ files:
56
56
  - lib/mixes/version.rb
57
57
  - mixes.gemspec
58
58
  - spec/mixes_spec.rb
59
- homepage: ''
59
+ homepage: https://github.com/siemakuba/mixes
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}