Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed May 9, 2015
1 parent 46b50ea commit 002f625
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vanilla (1.17.11)
vanilla (1.17.12)
BlueCloth (>= 1.0.0)
RedCloth (>= 4.1.1)
haml (>= 3.1)
Expand All @@ -28,34 +28,36 @@ GEM
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
ffi (1.1.5)
haml (3.1.7)
haml (4.0.6)
tilt
kintama (0.1.11)
launchy (2.1.2)
addressable (~> 2.3)
libwebsocket (0.1.5)
addressable
libxml-ruby (2.6.0)
libxml-ruby (2.8.0)
metaclass (0.0.1)
mime-types (1.19)
mocha (0.13.0)
metaclass (~> 0.0.1)
multi_json (1.3.6)
nokogiri (1.5.5)
parslet (1.4.0)
parslet (1.5.0)
blankslate (~> 2.0)
rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
ratom (0.8.2)
libxml-ruby (~> 2.6.0)
ratom (0.9.0)
libxml-ruby (~> 2.6)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
soup (1.0.11)
tilt (2.0.1)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if Object.const_defined?(:Gem)
s.add_dependency("RedCloth", ">= 4.1.1")
s.add_dependency("BlueCloth", ">= 1.0.0")
s.add_dependency("haml", ">=3.1")
s.add_dependency("parslet", ">= 1.2.0")
s.add_dependency("parslet", "~> 1.5.0")
s.add_dependency("rack-test", ">=0.5.7")

s.add_development_dependency("rake", ">= 0.9.1")
Expand Down
2 changes: 1 addition & 1 deletion lib/vanilla.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vanilla
VERSION = "1.17.11"
VERSION = "1.17.12"

autoload :Renderers, "vanilla/renderers"
autoload :App, "vanilla/app"
Expand Down
8 changes: 4 additions & 4 deletions vanilla.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: vanilla 1.17.11 ruby lib
# stub: vanilla 1.17.12 ruby lib

Gem::Specification.new do |s|
s.name = "vanilla"
s.version = "1.17.11"
s.version = "1.17.12"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["James Adam"]
s.date = "2014-06-20"
s.date = "2015-05-09"
s.email = "james@lazyatom.com.com"
s.executables = ["vanilla"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -106,7 +106,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/lazyatom/vanilla-rb"
s.rdoc_options = ["--main", "README"]
s.rubyforge_project = "vanilla"
s.rubygems_version = "2.2.2"
s.rubygems_version = "2.4.5"
s.summary = "A bliki-type web content thing."

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 002f625

Please sign in to comment.