mmonit 0.0.0 → 0.0.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 (3) hide show
  1. data/lib/mmonit/version.rb +1 -1
  2. data/mmonit-0.0.0.gem +0 -0
  3. metadata +2 -1
@@ -1,3 +1,3 @@
1
1
  module MMonit
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.2"
3
3
  end
data/mmonit-0.0.0.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmonit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -22,6 +22,7 @@ files:
22
22
  - lib/mmonit.rb
23
23
  - lib/mmonit/connection.rb
24
24
  - lib/mmonit/version.rb
25
+ - mmonit-0.0.0.gem
25
26
  - mmonit.gemspec
26
27
  homepage: http://github.com/jblancett/mmonit-ruby
27
28
  licenses: []