pirate_command 0.0.1 → 0.0.2

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 (5) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +5 -2
  3. data/Rakefile +2 -0
  4. data/lib/pirate_command.rb +1 -1
  5. metadata +16 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWZkMGJiYzAwZWIyNjZlMGNjNzMxYWNlZGIwNDJkODcxZGFhN2M0YQ==
4
+ MGZhZTJhZTk5YWUxZTA5ZmM2NDQ1MTI3OTVhNDk2YmJkODU1NmEwMg==
5
5
  data.tar.gz: !binary |-
6
- YjgwOTAyNzI5YTdiOGQ3NGI5ZTVjZDI0MTc2NGFkNWU3MjA5ZTQ2ZA==
6
+ MTgwOTM3NTc2ODE1NDA0ZGVkNzQwMDUyZGM4Nzc2MzI0ZDc0ZjNmYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjNiYzU3ZGViNjUzNWY0MThiZDQ2ZDFlMDlhZmM0Nzk4ZWQ3ODNhOWVjOTFk
10
- ZjUyMDc4NWI4YjE4ZjFkYzk5YzFhMWMwZjhlMTE4Y2ZjY2IwNGEwMDYzMDM0
11
- NmU0ZmY2YTBkODhjMzY0YzUyYTdkZmFlZTNhZmNjNTVlNTdkZTE=
9
+ MzQ0NjU0NzVmMmYzOWU2OWFlYTVmOWUwODg4OTliMDNiZWMxZTk3ODkwMTIz
10
+ ZjgzZGZmMzlmOGJhNGM5ZDE0MmJjZWI4MGIwZGNhOTI5N2YwYzgxNDA1MTAx
11
+ NDU5MjQxYzZjNzQzYTMzOTE3MDU5NTlkNzNjZDE2ZjRhNDljNDg=
12
12
  data.tar.gz: !binary |-
13
- NTAzZGY2OGNiMWFhMTVlNmMyY2U2M2MwNDlkNGIyODYzNWU3Yzg2NDllNWUz
14
- ZDBiOWM4OTA1YWRjNjZiNzI0NTA0NjRkMzgzZWFiYTAwNWY0MmI4NWUzNmNl
15
- Y2IyMmVhYzc5NGZlYzc2YzI1MjkyOGNmMjNjYTMwNDliYmNlMzk=
13
+ NjA2NWYzY2I5NzhlOTM4N2EzZDI2YjI0OWY3NmNhYmFkNzJhNzg2MzVkNTVi
14
+ NWRmM2RiZWQ2YTFlZWRkY2EyM2M2Y2FkZGYxMDkxM2FlMTY5ZDg5NWUxMTE1
15
+ Njc0MDEwYmM1Yzg0YWEwMzFkZTMyNWM3OThlNDIxMTEzOThlNWU=
data/README.md CHANGED
@@ -28,13 +28,16 @@ PirateCommand.exclaim!
28
28
 
29
29
  ## INSTALL:
30
30
 
31
- * FIX (sudo gem install, anything else)
31
+ ```
32
+ $ sudo gem install pirate_command
33
+ ```
32
34
 
33
35
  ## DEVELOPERS:
34
36
 
35
37
  After checking out the source, run:
36
-
38
+ ```
37
39
  $ rake newb
40
+ ```
38
41
 
39
42
  This task will install any missing dependencies, run the tests/specs,
40
43
  and generate the RDoc.
data/Rakefile CHANGED
@@ -6,6 +6,8 @@ require "hoe"
6
6
  Hoe.spec 'pirate_command' do
7
7
  developer 'Davy Stevenson', 'davy.stevenson@gmail.com'
8
8
 
9
+ extra_deps << ['forgery', '~> 0.5.0']
10
+
9
11
  self.readme_file = 'README.md'
10
12
 
11
13
  license 'MIT' # this should match the license in the README
@@ -4,7 +4,7 @@ Forgery.load_paths << File.dirname(__FILE__)
4
4
 
5
5
  class PirateCommand < Forgery
6
6
 
7
- VERSION = '0.0.1'
7
+ VERSION = '0.0.2'
8
8
 
9
9
  def self.action
10
10
  dictionaries[:pirate_actions].random
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pirate_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davy Stevenson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-26 00:00:00.000000000 Z
11
+ date: 2013-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: forgery
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 0.5.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 0.5.0
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: rdoc
15
29
  requirement: !ruby/object:Gem::Requirement