template_gem 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ff44e2a3f85533509fc37da9076d461984e123a
4
- data.tar.gz: ee7b65abd06c1f862774b7c928d77759c70af4f8
3
+ metadata.gz: 01954309fa808002dd2f3685e981a7e195712b3f
4
+ data.tar.gz: f0e0990bb81bc9e9408e956e466ab7e9e8f46ef4
5
5
  SHA512:
6
- metadata.gz: 2b611cc01193e8050eaa6db9c455a5afa4474b3b6e582ba9bc41bbf0b6803bfedd6d6d4279bf8d58dc630e871103283ac180bf79a39a621f3352c1d95d14137c
7
- data.tar.gz: 3e42392d4ad43da0d838fd67406f51314df04c59641c4cadfe335f88bbfc19594d8bde762fca1ca00fb05d54eeb79ef918cd8c597ffe2cea894e5c0a76d9a078
6
+ metadata.gz: 54a4c44eac96710c7f2b7d7ead08537d29947c2aea64c9527814099e3a039f4e1a99cb974b8ea0579a112211d68a675de68433d6b8f061690452eb16f8dca0f4
7
+ data.tar.gz: a0d4c0fcd37cfd2ae9460bbf6069d85b9553fb2ef4b0134e5db353acd5b95c49a8edca6b27116c7e30c8e8f74af85d7f39163776bc3fbea73ff89000e93ab508
@@ -1,3 +1,3 @@
1
1
  module TemplateGem
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/template_gem.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'template_gem/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "template_gem"
8
8
  spec.version = TemplateGem::VERSION
9
- spec.authors = ["Me Da Man"]
10
- spec.email = ["medaman8965@gmail.com"]
9
+ spec.authors = ["Sameer Siruguri"]
10
+ spec.email = ["sameers.public@gmail.com"]
11
11
  spec.description = %q{This is a template gem that has some teachable moments.}
12
12
  spec.summary = %q{See how Gemfiles, Rakefiles, Gemspecs, and tests are written!}
13
13
  spec.homepage = ""
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: template_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Me Da Man
7
+ - Sameer Siruguri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '0'
55
55
  description: This is a template gem that has some teachable moments.
56
56
  email:
57
- - medaman8965@gmail.com
57
+ - sameers.public@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []