gameidea 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Gemfile +1 -0
  2. data/bin/gameidea +3 -3
  3. metadata +4 -3
data/Gemfile CHANGED
@@ -1,2 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
+ gemspec
data/bin/gameidea CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
+
3
+ $:.unshift File.join(File.dirname(__FILE__), %w[.. lib])
2
4
  require 'gameidea'
3
5
 
4
6
  idea = gameidea
5
7
 
6
- puts 'What: ' + idea[:what]
7
- puts 'Where: ' + idea[:where]
8
- puts 'Who: ' + idea[:who]
8
+ puts "#{idea[:where]} #{idea[:who]} #{idea[:what]}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gameidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 2.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -22,8 +22,9 @@ extra_rdoc_files: []
22
22
  files:
23
23
  - lib/gameidea.rb
24
24
  - lib/data.yml
25
- - bin/gameidea
26
25
  - Gemfile
26
+ - !binary |-
27
+ YmluL2dhbWVpZGVh
27
28
  homepage: http://shvelo.github.com/gameidea
28
29
  licenses: []
29
30
  post_install_message:
@@ -44,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
45
  version: '0'
45
46
  requirements: []
46
47
  rubyforge_project:
47
- rubygems_version: 1.8.23
48
+ rubygems_version: 1.8.16
48
49
  signing_key:
49
50
  specification_version: 3
50
51
  summary: Game idea generator