update 0.0.4 → 0.0.5

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/README.md +1 -1
  2. data/lib/update/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -4,7 +4,7 @@ Update is a simple Ruby script for running sets of updates from your command lin
4
4
 
5
5
  Edit the lists of commands in commands.rb by modifying the Hash of commands and explanations:
6
6
 
7
- `COMMANDS = { "locate toasters", "finds all the toasters }`
7
+ `COMMANDS = { "locate toasters" => "finds all the toasters" }`
8
8
 
9
9
  Run your updates with one command:
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Update
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: slop
16
- requirement: &70095951391160 !ruby/object:Gem::Requirement
16
+ requirement: &70185369306280 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70095951391160
24
+ version_requirements: *70185369306280
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: slop
27
- requirement: &70095951390580 !ruby/object:Gem::Requirement
27
+ requirement: &70185369305680 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70095951390580
35
+ version_requirements: *70185369305680
36
36
  description: update script for updating yer things
37
37
  email:
38
38
  - shannonskipper@gmail.com