tyme 0.1.0 → 0.1.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -0
  3. data/bin/tyme +0 -0
  4. data/lib/tyme/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 533a7387fac4999e9e6176d43549e2d33d3715a83555f79b3ddcd1c48024f9a6
4
- data.tar.gz: fde3ef4ef12fe2521e97b882b40ce09add610a5079324f6e8695f431ce44f570
3
+ metadata.gz: a2a46d1b9eacb9baa96ec64d263bc7db60354c41401e6c7f199b817ea6fdafe2
4
+ data.tar.gz: 60f976a50ee01e9af0195c4f5fa7006f7ff6fe18bbb43607393ec975f7688661
5
5
  SHA512:
6
- metadata.gz: dfd27b1b427041bbea7a3a38ad7daa393a6fcc33c4d28b899ada83bf2aa3b556abf4947f6e34f3879c968a7ed701a34740aa6a0ff51914dd731e9fbbf89e0188
7
- data.tar.gz: 8ef56bfceb5800c3d657003ef9ac53c89f70d564afc5015ae4b4339bb1a4786d77b34ccb3a2ae6d77c29201ae6f51a79b2dc852657ebb1ff3a61d8adaccf03bf
6
+ metadata.gz: 0b5cf177d55e080d45dc10f6f19027bdc0de2b4a8b94d9b5f5bcc6406365401ff3aafec14c8f5d24c21a1762614e4604c171ca977eb4ed2a9c7e7f28e101c264
7
+ data.tar.gz: 4a1ca4cfd568f1607293fc620034efdc7a144f9fc017350f18eacd239bf3ac6eaa96b4a17f5e8934386102db6bfce59c4be6b6f46a702fe1dc75b9e99ef3f9fa
data/README.md CHANGED
@@ -53,3 +53,15 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/doc75/
53
53
  ## License
54
54
 
55
55
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
56
+
57
+ ## ChangeLog
58
+
59
+ **v0.1.0**:
60
+
61
+ - intial version
62
+
63
+ **v0.1.2**:
64
+
65
+ - add `bin/tyme` and make it executable
66
+
67
+
data/bin/tyme CHANGED
File without changes
data/lib/tyme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tyme
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tyme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Virlet