observ 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/console +1 -1
  3. data/lib/ob_serv/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ff76f37f7c3d3bc136ddbb03524e51ed5e5f32b
4
- data.tar.gz: d6ed93029d110bd33d4884a471c77032df8de55b
3
+ metadata.gz: 33e14edc732f7311cc4ee11be91395ab11716637
4
+ data.tar.gz: a947a8f8de9231cc3098228a72e0a857d2570e2c
5
5
  SHA512:
6
- metadata.gz: 399450cf9763ab4a1390209fbef5e6d9c80c09ecfd4036acc54cfb0c6ea796a1b1a6a290b64bb88fa08bb30f2c324695c7f93aa0ce37172088c63f06c61e7c18
7
- data.tar.gz: 23b5d86b70a2e83150b66d992f48e5fb10fa2d3c375fedc93e0ab03928b700e0e0cca5cb0354b4ba8a5803064e2e53d380301f75ae6b58c9fe9723076f9f78e5
6
+ metadata.gz: 43500bc593a79e57a0926053b996759d73dae5ecf711ceb3a5f6f518c19e14b9958387764e39144b806f4267af95c6fcbc27cddd245f3888cbac77c5b7fb0272
7
+ data.tar.gz: bbddffd2335acfa31066cf7d126224549e8a476ce7226f4485f43b9bd399c00788981643e219aee2cda8430eee84138d9aac8df08c021d0e54b11ff11c7a77bf
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "observ"
4
+ require "ob_serv"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -1,3 +1,3 @@
1
1
  module ObServ
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: observ
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
  - watsy0007