gem_analogj_test 0.1.2 → 0.1.3

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: b28b61999d15686f054f105954bc9e3e8bea7751
4
- data.tar.gz: c4353a7d59cf0af8319eb32f4e92c440048d275b
3
+ metadata.gz: 48ee058ad687e0a2a796363be88393aac7c96ea8
4
+ data.tar.gz: 28cb4e7f240df001cd9963eadf0a8e4b1a9399c6
5
5
  SHA512:
6
- metadata.gz: d4c5e3a02bd069a94b7df3bc06c06b9378f3ce765989fe2e99d8192aa69a306a725e54b7da8c41d118541a613f1c2c864600e04ac7a7fba9e069514101fc1280
7
- data.tar.gz: f66132f3c3f7d5b727151f0db38a66e8ea23b54563b4de36882c69b627caddd37979a9950ba2dd2eb38cda68aceac52d887e8806f938f1cb3363aeafeca23001
6
+ metadata.gz: 912bbce3e7e3694e76dc04daa8a5974183654e34c0bd93b37a5ff1166622d6b805ce240c226fb0cad3f74d17e0274a9e0d1bd475ef6463d5459bbdf2fc8c3a01
7
+ data.tar.gz: 8c16f954ce6510df905005253609b78f22d2c2947491fd2c798883c865f8c31ff3ec7b68a1f1bbfa11ad1dd092f81d30fec545f98214925d44044c5893b5461e
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # GemTest
2
2
 
3
+
3
4
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gem_test`. To experiment with that code, run `bin/console` for an interactive prompt.
4
5
 
5
6
  TODO: Delete this and the text above, and describe your gem
@@ -1,3 +1,3 @@
1
1
  module GemTest
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_analogj_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Kulatunga
@@ -68,7 +68,6 @@ files:
68
68
  - Rakefile
69
69
  - bin/console
70
70
  - bin/setup
71
- - gem_analogj_test-0.1.1.gem
72
71
  - gem_analogj_test.gemspec
73
72
  - lib/gem_analogj_test.rb
74
73
  - lib/gem_analogj_test/version.rb