Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Fix version requirements, bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Z committed Jan 16, 2014
1 parent f9c3784 commit 836757d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
matter_compiler (0.1.0)
matter_compiler (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions lib/matter_compiler/cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'optparse'
require 'matter_compiler/composer'
require 'matter_compiler/version'

module MatterCompiler

Expand Down
2 changes: 1 addition & 1 deletion lib/matter_compiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MatterCompiler
VERSION = "0.1.0"
VERSION = "0.1.1"
end
2 changes: 1 addition & 1 deletion matter_compiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Zdenek Nemec"]
spec.email = ["z@apiary.io"]
spec.summary = %q{API Blueprint AST to API Blueprint convertor}
spec.description = nil
spec.description = %q{Matter Compiler is a API Blueprint AST Media Types to API Blueprint conversion tool. It composes an API blueprint from its serialzed AST media-type.}
spec.homepage = ""
spec.license = "MIT"

Expand Down

0 comments on commit 836757d

Please sign in to comment.