ecology 0.0.12 → 0.0.14

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.
@@ -1,3 +1,3 @@
1
1
  module Ecology
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Ecology
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.13"
3
3
  end
data/lib/ecology.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "multi_json"
2
2
  require "thread"
3
+ require "ecology/version"
3
4
 
4
5
  module Ecology
5
6
  class << self
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ecology
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.12
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Noah Gibbs