texugo-engine 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,16 @@
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+
5
+ Gem::Specification.new do |gem|
6
+ gem.name = 'texugo-engine'
7
+ gem.version = `git describe --abbrev=0 --tags`
8
+ gem.summary = "Create text-based games"
9
+ gem.description = "Do you ever wanted to create your own text-based game? Use this engine or die trying."
10
+ gem.authors = ["Weverton Couto", "Leonardo Ribeiro Oliveira", "Gabriel Silva Oliveira"]
11
+ gem.email = ['me@wolcan.us', 'leonardoro@gmail.com', 'gabrielso@gmail.com']
12
+ gem.homepage = 'https://github.com/wolcanus/texugo-engine'
13
+
14
+ gem.files = `git ls-files`.split($/)
15
+ gem.require_paths = ["lib"]
16
+ end
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: texugo-engine
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Weverton Couto
8
+ - Leonardo Ribeiro Oliveira
9
+ - Gabriel Silva Oliveira
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2013-05-17 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Do you ever wanted to create your own text-based game? Use this engine
16
+ or die trying.
17
+ email:
18
+ - me@wolcan.us
19
+ - leonardoro@gmail.com
20
+ - gabrielso@gmail.com
21
+ executables: []
22
+ extensions: []
23
+ extra_rdoc_files: []
24
+ files:
25
+ - README.md
26
+ - lib/armour.rb
27
+ - lib/books.rb
28
+ - lib/characters.rb
29
+ - lib/commands.rb
30
+ - lib/denofshadows.rb
31
+ - lib/games/.gitkeep
32
+ - lib/hamlet.rb
33
+ - lib/items.rb
34
+ - lib/maps.rb
35
+ - lib/middleton.rb
36
+ - lib/modules.rb
37
+ - lib/monsters.rb
38
+ - lib/northshire.rb
39
+ - lib/play.rb
40
+ - lib/player.rb
41
+ - lib/rand_fight.rb
42
+ - lib/ridgedale.rb
43
+ - lib/shop.rb
44
+ - lib/spells.rb
45
+ - lib/timer.rb
46
+ - lib/weapons.rb
47
+ - texugo-engine.gemspec
48
+ homepage: https://github.com/wolcanus/texugo-engine
49
+ licenses: []
50
+ metadata: {}
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubyforge_project:
67
+ rubygems_version: 2.0.3
68
+ signing_key:
69
+ specification_version: 4
70
+ summary: Create text-based games
71
+ test_files: []
72
+ has_rdoc: