poxy 0.0.5 → 0.0.6

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: 5a6fc30f76452bd9f43b219ee7a641daf7c09a03
4
- data.tar.gz: 91658a747a1b0a0d24813257215775daa56742ab
3
+ metadata.gz: 21dfe2ec550af2a8bc097e10258aa5302a477afb
4
+ data.tar.gz: c54a878e3999b02702d939ba762094da83dd0142
5
5
  SHA512:
6
- metadata.gz: 3e83e2fb1ff5e72ddeae17c5e2288d3bd626d84152a52d9bc1a28a31b4910a5a1a02fcb39aa39934d54bc745066c451cb4589c2ac362c5c479b0dbdd37953e47
7
- data.tar.gz: 467165dd0e1cbe06fcee35c23d7866ed659c1826cce9457e79c6328caf52242f29db63c6229a4eb676acc69059a581e5e7fd181c0c535b3743077aea4048e6e7
6
+ metadata.gz: cfacce76876ae10598d84a7dc66eccd2a7a8ea1ffe745e0a7c225269cfb0f68f97f676ab46e132bc5590f2abe9ec098e34afe153381bc0b0ca963cc76ba078d1
7
+ data.tar.gz: 0fa7adb0360e42ae79368ac0a6cc3b53790fae2e69421b1b1e49756e7d63f0bde9a5a93bc2ec8cc847f7a912e956185b8741c678d0092b087fe4f41da00e03e3
@@ -15,7 +15,7 @@
15
15
  // Printed Classes
16
16
  /////////////////////////////////
17
17
  @import "classes/common";
18
- @import "typography/typeplate";
18
+ //@import "typography/typeplate";
19
19
  @import "grid/fixed";
20
20
  @import "grid/percent";
21
21
  @import "grid/margins";
Binary file
@@ -5,12 +5,12 @@ require 'poxy/version'
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'poxy'
7
7
  #s.version = poxy::VERSION
8
- s.version = '0.0.5'
8
+ s.version = '0.0.6'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ['Paul Wood']
11
11
  s.email = ['paulwooddesign@gmail.com']
12
12
  s.homepage = 'https://github.com/paulwooddesign/poxy'
13
- s.summary = 'A responsive fixed width grid framework built on top of Sass based on the Frameless Grid by Joni Korpi'
13
+ s.summary = 'Fixed Responsive Grid System'
14
14
  s.license = 'MIT'
15
15
  s.description = 'A responsive fixed width grid framework built on top of Sass based on the Frameless Grid by Joni Korpi'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Wood
@@ -172,6 +172,7 @@ files:
172
172
  - poxy-0.0.0.gem
173
173
  - poxy-0.0.1.gem
174
174
  - poxy-0.0.4.gem
175
+ - poxy-0.0.5.gem
175
176
  - poxy.gemspec
176
177
  - spec/poxy/columns_spec.rb
177
178
  - spec/poxy/container_spec.rb
@@ -211,8 +212,7 @@ rubyforge_project: poxy
211
212
  rubygems_version: 2.0.3
212
213
  signing_key:
213
214
  specification_version: 4
214
- summary: A responsive fixed width grid framework built on top of Sass based on the
215
- Frameless Grid by Joni Korpi
215
+ summary: Fixed Responsive Grid System
216
216
  test_files:
217
217
  - spec/poxy/columns_spec.rb
218
218
  - spec/poxy/container_spec.rb