prepcook 1.0.0 → 1.0.1
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.
- data/lib/prepcook/version.rb +1 -1
- data/prepcook.gemspec +3 -3
- metadata +5 -4
data/lib/prepcook/version.rb
CHANGED
data/prepcook.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Prepcook::VERSION
|
|
9
9
|
gem.authors = ["Tim Martin"]
|
|
10
10
|
gem.email = ["tim.martin@gettyimages.com"]
|
|
11
|
-
gem.description = %q{Show a brief animation on the screen}
|
|
12
|
-
gem.summary = %q{'While the prepcook is busy, show that something is happening'}
|
|
13
|
-
gem.homepage = ""
|
|
11
|
+
gem.description = %q{'Show a brief animation on the screen'}
|
|
12
|
+
gem.summary = %q{'While the prepcook is busy, show that something is happening and display what he's done.'}
|
|
13
|
+
gem.homepage = "https://github.com/timcmartin/prepcook"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prepcook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-02-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Show a brief animation on the screen
|
|
14
|
+
description: ! '''Show a brief animation on the screen'''
|
|
15
15
|
email:
|
|
16
16
|
- tim.martin@gettyimages.com
|
|
17
17
|
executables: []
|
|
@@ -27,7 +27,7 @@ files:
|
|
|
27
27
|
- lib/prepcook/version.rb
|
|
28
28
|
- prepcook.gemspec
|
|
29
29
|
- test/test_prepcook.rb
|
|
30
|
-
homepage:
|
|
30
|
+
homepage: https://github.com/timcmartin/prepcook
|
|
31
31
|
licenses: []
|
|
32
32
|
post_install_message:
|
|
33
33
|
rdoc_options: []
|
|
@@ -50,6 +50,7 @@ rubyforge_project:
|
|
|
50
50
|
rubygems_version: 1.8.24
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 3
|
|
53
|
-
summary: ! '''While the prepcook is busy, show that something is happening
|
|
53
|
+
summary: ! '''While the prepcook is busy, show that something is happening and display
|
|
54
|
+
what he''s done.'''
|
|
54
55
|
test_files:
|
|
55
56
|
- test/test_prepcook.rb
|