Skip to content

Commit

Permalink
Bumped version ready for release and added all needed files to gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-bas committed Feb 25, 2012
1 parent 37e825a commit efcfcd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/ruby_armor/version.rb
@@ -1,3 +1,3 @@
module RubyArmor
VERSION = "0.0.1alpha"
VERSION = "0.0.2alpha"
end
2 changes: 1 addition & 1 deletion rake/gemspec.rake
Expand Up @@ -25,7 +25,7 @@ def generate_gemspec
s.summary = %q{GUI interface for RubyWarrior}

# TODO: Add the DLL when permission is granted.
s.files = Dir[*%w<lib/**/* test/**/* *.md *.txt>]
s.files = Dir[*%w<config/**/* lib/**/* media/**/* test/**/* *.md *.txt>]
s.licenses = ["MIT"]
s.rubyforge_project = s.name

Expand Down
6 changes: 3 additions & 3 deletions ruby_armor.gemspec
Expand Up @@ -2,14 +2,14 @@

Gem::Specification.new do |s|
s.name = "ruby_armor"
s.version = "0.0.1alpha"
s.version = "0.0.2alpha"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Bil Bas (Spooner)"]
s.date = "2012-02-24"
s.date = "2012-02-25"
s.email = ["bil.bagpuss@gmail.com"]
s.executables = ["ruby_armour", "ruby_armor"]
s.files = ["lib/ruby_armor", "lib/ruby_armor/ruby_warrior_ext", "lib/ruby_armor/ruby_warrior_ext/position.rb", "lib/ruby_armor/ruby_warrior_ext/ui.rb", "lib/ruby_armor/states", "lib/ruby_armor/states/play.rb", "lib/ruby_armor/version.rb", "lib/ruby_armor/window.rb", "lib/ruby_armor.rb", "bin/ruby_armour", "bin/ruby_armor"]
s.files = ["config/gui", "config/gui/schema.yml", "lib/ruby_armor", "lib/ruby_armor/floating_text.rb", "lib/ruby_armor/ruby_warrior_ext", "lib/ruby_armor/ruby_warrior_ext/abilities", "lib/ruby_armor/ruby_warrior_ext/abilities/rest.rb", "lib/ruby_armor/ruby_warrior_ext/position.rb", "lib/ruby_armor/ruby_warrior_ext/ui.rb", "lib/ruby_armor/ruby_warrior_ext/units", "lib/ruby_armor/ruby_warrior_ext/units/base.rb", "lib/ruby_armor/sprite_sheet.rb", "lib/ruby_armor/states", "lib/ruby_armor/states/play.rb", "lib/ruby_armor/version.rb", "lib/ruby_armor/window.rb", "lib/ruby_armor.rb", "media/fonts", "media/fonts/MONACO.TTF", "media/images", "media/images/characters.png", "media/images/tiles.png", "bin/ruby_armour", "bin/ruby_armor"]
s.homepage = "http://spooner.github.com/libraries/ruby_armor/"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit efcfcd8

Please sign in to comment.