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 +4 -4
- data/app/assets/stylesheets/_poxy.scss +1 -1
- data/poxy-0.0.5.gem +0 -0
- data/poxy.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21dfe2ec550af2a8bc097e10258aa5302a477afb
|
|
4
|
+
data.tar.gz: c54a878e3999b02702d939ba762094da83dd0142
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfacce76876ae10598d84a7dc66eccd2a7a8ea1ffe745e0a7c225269cfb0f68f97f676ab46e132bc5590f2abe9ec098e34afe153381bc0b0ca963cc76ba078d1
|
|
7
|
+
data.tar.gz: 0fa7adb0360e42ae79368ac0a6cc3b53790fae2e69421b1b1e49756e7d63f0bde9a5a93bc2ec8cc847f7a912e956185b8741c678d0092b087fe4f41da00e03e3
|
data/poxy-0.0.5.gem
ADDED
|
Binary file
|
data/poxy.gemspec
CHANGED
|
@@ -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.
|
|
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 = '
|
|
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.
|
|
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:
|
|
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
|