pressure_cooker 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzhkYTQ2OGM1MDc4Y2RlMWNjMTY5ZDBhY2RlMDliMWZkZmUyMTU2Yw==
4
+ OWY4YWM5MGE4OGEyOWIwNGIyYTFlZGZhZTAzMTI5ODZhMWM1YzM4ZQ==
5
5
  data.tar.gz: !binary |-
6
- NmFlMjIyMTFlZjFjNWE3MTM4YmI3MDFiZDlkMTM2NTg2MzFkN2ZlYQ==
6
+ YzI3MWViNzRjYmEzNjUxNDU2MzM0NTk5ZWQzOGE4YWI2MjNlOTE1Ng==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NmZhNDM3Yjg0ODNjZGFkNmJmYzQxZjU1ZDJiZDJjNzBmNjcxNWMyMmI5YmQw
10
- NWZkMzVjOTA2ODQ3MjVjNTdhZmYzOTk1MDRlMjFjMWI1ZmVmODkyMWE5OTc4
11
- NDhkNDE3NzhlYWY1MzM1NGI4ZWVhZWViZDc4MDA0MGU4MjQwMGE=
9
+ MmFmY2MxZmVlZGViNmE1YjQ2ZWFmNTI3NGNkNjJiMDgxZTU4MTJiZGE4OWVm
10
+ NGI1MDUyYzMxYTRiMzk2OGY3ZGM1MDFiZDQwNTcyNDAzMTE5ODg1ZmY0YTVl
11
+ ZjIyNmY3ZjEzZjQxZjc0NDZiMTA1NjQxMjdjZGM2NWE0ZGE0Mzg=
12
12
  data.tar.gz: !binary |-
13
- YzBjY2NkZjQ0ZGZkNWY5NjZiYTYwODMyMzk5YjUzYzBiZWU4MTg3YWU4Mjhj
14
- MmFiNzFhYjQwYjY2MzAzZDA0ZTUyMWM0NTkwNDRhYzQxZmJkYjQ2N2NjNzI3
15
- MTViNzc4NzJjMDQyYTYxMTFjYjRlMTliN2U4YzUwMDg1NGZjZTQ=
13
+ MGUwMTYyZmRiNzUwYTI0NjE2MjkyNGE5MTQ4NzkyMTg3MWE2MDFiZmQwNzI1
14
+ Zjc2YWExYjIxNDM1ZmUxZmQ1YTVkMDgwNTE4N2Q4NjRkNGQ5ZTgzYjc0YTU3
15
+ MzlhZjkxOGZiZDE5NzljNjcxODBkMTA4OWVjOGUyNjg5NmVhNzk=
@@ -1,3 +1,3 @@
1
1
  module PressureCooker
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -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{This assumes that you want to use bundler
12
- for gem management, rake for task management, rspec for testing, and
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.3
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: ! "This assumes that you want to use bundler\n for gem management, rake
84
- for task management, rspec for testing, and\n yard for documentation."
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: {}