yakovenko_riverbattle 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5c0e706e7b63eaa3077a68dae1a4db84a91f097
4
- data.tar.gz: f362c3d23eed84b99886176c9b9781a9b9e79837
3
+ metadata.gz: 1ed2b48f524eb1587694e0a77a9b7ae1cb58fac1
4
+ data.tar.gz: 4987f2145eac8cfe2b71deff22b5e72f6920d4e0
5
5
  SHA512:
6
- metadata.gz: 280dc54725460eac90d875291c222d480557b9792e795b986829ce3cbaff6e60beca1dde4af91f76d3572f27935d452bb475c6fd83a608b21645119892782ae0
7
- data.tar.gz: a01806d5dda3c4236e7371c7be7c46f1d17ee905de90e84d6746074fb83a004b0f82f7c9f58922bfab0a2e63f210c1fecc5b9c8f8dd2e647aa8c97f568c84cb7
6
+ metadata.gz: 82f3c96c6c71e1f084f6c1728119f07241e00e326814fd9cc0ce577b944cfe9926ca9f22ecb54cf79bb2d1ba4fccb65bc2b4fbd0828bf4d42159e5f281c8eb2d
7
+ data.tar.gz: 15578e006f51f7581f1e6b43cfdb30107eff20c9788919011615aa1ef60cf99190489dea886ca702603ffd496412be36e2111eac6bc22366686637504d067674
data/README.md CHANGED
@@ -20,7 +20,10 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ ```ruby
24
+ require 'yakovenko_riverbattle'
25
+ Game.new.start
26
+ ```
24
27
 
25
28
  ## Development
26
29
 
@@ -30,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
33
 
31
34
  ## Contributing
32
35
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/yakovenko_riverbattle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/yakovenkodenis/yakovenko_riverbattle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
34
37
 
35
38
 
36
39
  ## License
data/bin/riverbattle ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative '../lib/yakovenko_riverbattle/base'
4
+
5
+ game = Game.new.start
@@ -1,3 +1,3 @@
1
1
  module YakovenkoRiverbattle
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
Binary file
Binary file
@@ -15,8 +15,10 @@ Gem::Specification.new do |spec|
15
15
  spec.required_ruby_version = '>= 2.0'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = "exe"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.bindir = "bin"
19
+ # spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.executables = ["riverbattle"]
21
+ # spec.executables = [spec.files.grep(%r{^bin/}) { |f| File.basename(f) }]
20
22
  spec.require_paths = ["lib"]
21
23
 
22
24
  spec.add_development_dependency "bundler", "~> 1.10"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yakovenko_riverbattle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Yakovenko
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-07-05 00:00:00.000000000 Z
12
12
  dependencies:
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: A small simple game called the Riverbattle.
56
56
  email:
57
57
  - yakovenko.denis.a@gmail.com
58
- executables: []
58
+ executables:
59
+ - riverbattle
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -69,6 +70,7 @@ files:
69
70
  - README.md
70
71
  - Rakefile
71
72
  - bin/console
73
+ - bin/riverbattle
72
74
  - bin/setup
73
75
  - lib/yakovenko_riverbattle.rb
74
76
  - lib/yakovenko_riverbattle/base.rb
@@ -84,6 +86,8 @@ files:
84
86
  - lib/yakovenko_riverbattle/player.rb
85
87
  - lib/yakovenko_riverbattle/version.rb
86
88
  - lib/yakovenko_riverbattle/victory_error.rb
89
+ - yakovenko_riverbattle-0.1.3.gem
90
+ - yakovenko_riverbattle-0.1.4.gem
87
91
  - yakovenko_riverbattle.gemspec
88
92
  homepage:
89
93
  licenses: