Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Mar 29, 2011
1 parent 2d20e9b commit 11a459f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,5 +1,8 @@
=== Ruby CSS Parser CHANGELOG

=== Version 1.1.7
* Automatically close missing braces at the end of a block

=== Version 1.1.6
* Fix media type handling in add_block! and load_uri!

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
=== Ruby CSS Parser License

Copyright (c) 2007-10 Alex Dunae
Copyright (c) 2007-11 Alex Dunae

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions css_parser.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "css_parser"
s.version = "1.1.6"
s.date = "2011-03-25"
s.version = "1.1.7"
s.date = "2011-03-29"
s.summary = "Ruby CSS parser."
s.description = "A set of classes for parsing CSS in Ruby."
s.email = "code@dunae.ca"
Expand Down
2 changes: 1 addition & 1 deletion lib/css_parser.rb
Expand Up @@ -7,7 +7,7 @@
require 'iconv'

module CssParser
VERSION = '1.1.6'
VERSION = '1.1.7''
# Merge multiple CSS RuleSets by cascading according to the CSS 2.1 cascading rules
# (http://www.w3.org/TR/REC-CSS2/cascade.html#cascading-order).
Expand Down

0 comments on commit 11a459f

Please sign in to comment.