flexbox_sass_rails 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b150f143f56bd811fbdbb535822c51cb05230ecf
4
- data.tar.gz: 66c0bb2404a748077cd38fee67fb235314198c0a
3
+ metadata.gz: 839aafd9735f0c1403728f8f4a3f0516689e6ad4
4
+ data.tar.gz: 3c3b7d75ae8a20630b94e994bd988127ae25f855
5
5
  SHA512:
6
- metadata.gz: dcc75aa7ffe04279d6a7bca16956d5364a3975a5767b26eac7fc515a68267ea05ab717b46fa5794a46ce0639c72b561a0408b2bf53c0e88d6c57ef7414677ec5
7
- data.tar.gz: 4a5f6acefc3952008829b90a855acb4c8a32839acee934f63db65af15829d042241aef47a851b76a50ee070b563c23cc5273ab4873b1c8eea96682882b030778
6
+ metadata.gz: bf9d5cd07cee612504e7fb031a9a6d278ce35f2ede338c8dc02906fa34214ceaaff8df0234e911e93d9dc0989ac5098029a333ebd3e44408fa5bbc6c3e95ed9d
7
+ data.tar.gz: 1ef777f6892982a8b8dea1bc27002ea944011b8c5cee5568ec25cdd809abb06b974fc20198067c94270fd5db959dece31350ab26236baef5fe0f6ac03dabfbf6
Binary file
Binary file
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Flexbox style classes}
13
13
  spec.description = %q{Flexbox style classes}
14
- spec.homepage = "https://github.com/pavelc/flexbox_sass_rails"
14
+ spec.homepage = "https://github.com/pavelccz/flexbox_sass_rails"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module FlexboxSassRails
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexbox_sass_rails
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
  - Pavel Cerny
@@ -52,10 +52,12 @@ files:
52
52
  - Rakefile
53
53
  - bin/console
54
54
  - bin/setup
55
+ - flexbox_sass_rails-0.1.1.gem
56
+ - flexbox_sass_rails-0.1.2.gem
55
57
  - flexbox_sass_rails.gemspec
56
58
  - lib/flexbox_sass_rails.rb
57
59
  - lib/flexbox_sass_rails/version.rb
58
- homepage: https://github.com/pavelc/flexbox_sass_rails
60
+ homepage: https://github.com/pavelccz/flexbox_sass_rails
59
61
  licenses:
60
62
  - MIT
61
63
  metadata: {}