Skip to content

Commit

Permalink
Merge pull request #79 from ianks/bump
Browse files Browse the repository at this point in the history
Bump version to 1.1.2
  • Loading branch information
ianks committed Apr 14, 2015
2 parents 7e27df0 + 0365077 commit 3a6e5b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in octodown.gemspec
gemspec

# Lock down versions for Traveling Ruby
gem 'nokogiri', '1.6.6.2'
gem 'charlock_holmes', '0.7.3'
gem 'escape_utils', '1.0.1'
gem 'github-markdown', '0.6.8'
gem 'json', '1.8.2'
gem 'nokogumbo', '1.2.0'
gem 'posix-spawn', '0.3.9'
gem 'rugged', '0.22.0b5'
gem 'yajl-ruby', '1.2.1'
gem 'thin', '1.6.3'
gem 'listen', '2.8.5'
gem 'eventmachine', '1.0.6'
gem 'faye-websocket', '0.9.2'
2 changes: 1 addition & 1 deletion lib/octodown/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Octodown
VERSION = '1.1.1'
VERSION = '1.1.2'
end
2 changes: 1 addition & 1 deletion octodown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.files = Dir['{lib,assets,bin}/**/*']
spec.executables << 'octodown'
spec.executables << 'octodown'
spec.require_paths = ['lib']

spec.add_dependency 'github-markup', '~> 1.3.1'
Expand Down

0 comments on commit 3a6e5b2

Please sign in to comment.