pressure_cooker 0.1.3 → 0.1.4
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.
- checksums.yaml +8 -8
- data/lib/pressure_cooker/version.rb +1 -1
- data/pressure_cooker.gemspec +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OWY4YWM5MGE4OGEyOWIwNGIyYTFlZGZhZTAzMTI5ODZhMWM1YzM4ZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YzI3MWViNzRjYmEzNjUxNDU2MzM0NTk5ZWQzOGE4YWI2MjNlOTE1Ng==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmFmY2MxZmVlZGViNmE1YjQ2ZWFmNTI3NGNkNjJiMDgxZTU4MTJiZGE4OWVm
|
10
|
+
NGI1MDUyYzMxYTRiMzk2OGY3ZGM1MDFiZDQwNTcyNDAzMTE5ODg1ZmY0YTVl
|
11
|
+
ZjIyNmY3ZjEzZjQxZjc0NDZiMTA1NjQxMjdjZGM2NWE0ZGE0Mzg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MGUwMTYyZmRiNzUwYTI0NjE2MjkyNGE5MTQ4NzkyMTg3MWE2MDFiZmQwNzI1
|
14
|
+
Zjc2YWExYjIxNDM1ZmUxZmQ1YTVkMDgwNTE4N2Q4NjRkNGQ5ZTgzYjc0YTU3
|
15
|
+
MzlhZjkxOGZiZDE5NzljNjcxODBkMTA4OWVjOGUyNjg5NmVhNzk=
|
data/pressure_cooker.gemspec
CHANGED
@@ -8,11 +8,11 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = PressureCooker::VERSION
|
9
9
|
spec.authors = ["mjorgensen"]
|
10
10
|
spec.email = ["Mark.Jorgensen@govdelivery.com"]
|
11
|
-
spec.description = %q{
|
12
|
-
for gem management, rake for task management,
|
13
|
-
yard for documentation.}
|
11
|
+
spec.description = %q{Generates new gem skeletons faster than the speed of rice!
|
12
|
+
That is, assuming that you want to use bundler for gem management, rake for task management,
|
13
|
+
rspec for testing, and yard for documentation.}
|
14
14
|
spec.summary = %q{cook up new gem skeletons fast!}
|
15
|
-
spec.homepage = ""
|
15
|
+
spec.homepage = "https://github.com/jorge428/pressure_cooker"
|
16
16
|
spec.license = "MIT"
|
17
17
|
|
18
18
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pressure_cooker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mjorgensen
|
@@ -80,8 +80,9 @@ dependencies:
|
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '1.3'
|
83
|
-
description: ! "
|
84
|
-
for
|
83
|
+
description: ! "Generates new gem skeletons faster than the speed of rice!\n That
|
84
|
+
is, assuming that you want to use bundler for gem management, rake for task management,\n
|
85
|
+
\ rspec for testing, and yard for documentation."
|
85
86
|
email:
|
86
87
|
- Mark.Jorgensen@govdelivery.com
|
87
88
|
executables:
|
@@ -101,7 +102,7 @@ files:
|
|
101
102
|
- lib/pressure_cooker/version.rb
|
102
103
|
- pressure_cooker.gemspec
|
103
104
|
- spec/spec_helper.rb
|
104
|
-
homepage:
|
105
|
+
homepage: https://github.com/jorge428/pressure_cooker
|
105
106
|
licenses:
|
106
107
|
- MIT
|
107
108
|
metadata: {}
|