hackapp_gem 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f187b1cc48b4092fa99f4c92439d694e3a088b62
4
- data.tar.gz: 934392bc4b2889e35ec07a2a19b91ce299592f1d
3
+ metadata.gz: c858cd0c24f42be178aa4841cca95f8398c2ba39
4
+ data.tar.gz: 4c65bc28e040d83b6afa27b19ca98c01bf110678
5
5
  SHA512:
6
- metadata.gz: 419382d8e4278aac28b77c79aad9a49c62d4d6b1ac6e83324a0e77eb44fefb3b9662e800ca05af2d5428305e79d79676bb2dd6e72192296307b97d8ebf9a3c57
7
- data.tar.gz: 13c93b1d8a02581dbe59b310cf6987e6332277690c6167cb4b45acf5007d5416461e1c6605276b0789e421b9df99e45e11d883fcb871038e15b4bb28c1b0c7c3
6
+ metadata.gz: e5182f535554abe2f5ab1a3e099fafd41e842416ba9215ff291df05d57e11391118fdaebc9c16c0533b88aa25b8ce33806e6441e246f37d5a0a64d545d3f0acf
7
+ data.tar.gz: 2279d2d39bf143fb58b73dfc953b0ac9e8f8ad2af8595f35ac7353623b7256409c4d43c3c96ec72435cdbb5e4a4ca034d42a77343cd6ef99c2dbc6659a1a162d
data/hackapp_gem.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'hackapp_gem/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "hackapp_gem"
8
8
  spec.version = HackappGem::VERSION
9
- spec.authors = ["Anthony Corletti"]
10
- spec.email = ["anthcor@gmail.com"]
9
+ spec.authors = ["Anthony Corletti", "Logan Watanabe"]
10
+ spec.email = ["anthcor@gmail.com", "loganwatanabe@gmail.com"]
11
11
  spec.description = "This is a description"
12
12
  spec.summary = "This is a summary"
13
13
  spec.homepage = "http://anthonycorletti.com"
@@ -1,3 +1,3 @@
1
1
  module HackappGem
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackapp_gem
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
  - Anthony Corletti
8
+ - Logan Watanabe
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -41,6 +42,7 @@ dependencies:
41
42
  description: This is a description
42
43
  email:
43
44
  - anthcor@gmail.com
45
+ - loganwatanabe@gmail.com
44
46
  executables: []
45
47
  extensions: []
46
48
  extra_rdoc_files: []