alexcabrera-graphpaper 0.2.6 → 0.2.7

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 0
data/graphpaper.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{graphpaper}
8
- s.version = "0.2.6"
8
+ s.version = "0.2.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alex Cabrera"]
@@ -9,13 +9,9 @@
9
9
  // public-facing mixins.
10
10
  //
11
11
  // This library is, admittedly, not as well tested as Blueprint; but should
12
- // work just fine under modern browsers. I'd be able to further simplify
13
- // this library if the Internet Explorer team could just find it in their
14
- // hearts to implement the goddamn :last-child selector; but alas, Microsoft
15
- // deems it neccessary to further tarnish themselves with developers until
16
- // there's nobody left to develop for their shitty platform.
17
- //
18
- // - Alex Cabrera, 08-JUL-2009
12
+ // work just fine under modern browsers. For browsers that don't implement
13
+ // the :last-child pseudo-selector (:cough: IE :cough:), mix +last
14
+ // into the last element in a container in your IE stylesheet.
19
15
  //
20
16
  // ----------------------------------------------------------------------------------------------------------------
21
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexcabrera-graphpaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Cabrera