bloodchalice 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ require_relative '../lib/bloodchalice'
2
+
3
+ BloodChalice::Application.run
@@ -1,3 +1,3 @@
1
1
  class BloodChalice
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bloodchalice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,8 +34,9 @@ files:
34
34
  - lib/bloodchalice/zombie.rb
35
35
  - lib/bloodchalice.rb
36
36
  - bin/bloodchalice
37
+ - bin/bloodchalice.rb
37
38
  - assets/world/map1
38
- homepage: https://github.com/Nerian/s9-e1
39
+ homepage: https://github.com/Nerian/BloodChalice
39
40
  licenses: []
40
41
  post_install_message:
41
42
  rdoc_options: []