Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nfo committed Jan 15, 2013
1 parent 613f52f commit 2087c00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zenpush (0.1.0)
zenpush (0.1.1)
awesome_print (~> 1.0.0)
boson (~> 1.0)
httparty (~> 0.8.0)
Expand All @@ -18,7 +18,7 @@ GEM
multi_xml
json_pure (1.5.4)
spruz (~> 0.2.8)
multi_json (1.1.0)
multi_json (1.4.0)
multi_xml (0.4.1)
rake (0.9.2.2)
redcarpet (2.1.0)
Expand Down
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 0.1.1

* New option `:filenames_use_dashes_instead_of_spaces` (@torandu)

== 0.1.0

* Original version
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -74,3 +74,4 @@ The gem will automatically discover the category and forum name of a given entry
## Contributors

* @nfo
* @torandu
2 changes: 1 addition & 1 deletion lib/zenpush/version.rb
@@ -1,4 +1,4 @@
# encoding: UTF-8
module ZenPush
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 2087c00

Please sign in to comment.