trackler 2.0.0.10 → 2.0.1.0

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: 742e9bf308b0d9faf7204bf5f5317614280593be
4
- data.tar.gz: ddfc8f4cb203e0ef05ffac7125d8c8eb71a071a3
3
+ metadata.gz: 81ae3637f5f3d42296e823f94812c81668d7810c
4
+ data.tar.gz: 9651d8a472651fb84914d1893efe32be4e02b9a7
5
5
  SHA512:
6
- metadata.gz: d8719ac5c3d010a21fd7b24ba020e8c10014b62336b2eda6fe82a364281eaa76412930b60723c0e890f152177e9686fda15743f51f23f776c5d73130a53ab30f
7
- data.tar.gz: 4bd4d322ad9431969f0b204c6599e69437fce465f50db262ac002432ee63ad47abf9b1914f1e619804894beec01f7138f19374291c8129e591b1af3a33116daa
6
+ metadata.gz: ba199ee4d48f9df1a6c3fab44aff5560ff56cb8b7ebcfb25cacb77c687700736328e2259f3408e6445b89e4817c32d71988c0ccbc6d2f21f5e72248656f67ea2
7
+ data.tar.gz: 3e0d68d8cb59b2a26266664ed358b7b1fbc26b5fd69c71b630dd5268da82f0cfe4e2a0d6dc25c594abffb589b45270e00c347b43337be90cd12fd5b76821ca45
data/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@ The changelog will not be updated for content updates.
15
15
  ## Next Release
16
16
  * **Your contribution here**
17
17
 
18
+ ## v2.0.1.0 (2016-11-25)
19
+
20
+ * Make track documentation accessible via messages.
21
+
18
22
  ## v2.0.0.0 (2016-10-22)
19
23
 
20
24
  * Fix domain concept confusion on Tracks. **Backwards incompatible**
@@ -1,6 +1,7 @@
1
1
  require 'json'
2
2
  require 'pathname'
3
3
  require 'org-ruby'
4
+ require 'ostruct'
4
5
  require_relative 'file_bundle'
5
6
 
6
7
  module Trackler
@@ -80,7 +81,7 @@ module Trackler
80
81
  end
81
82
 
82
83
  def docs
83
- Hash[TOPICS.zip(TOPICS.map { |topic| document_contents(topic) })]
84
+ OpenStruct.new( Hash[TOPICS.zip(TOPICS.map { |topic| document_contents(topic) })] )
84
85
  end
85
86
 
86
87
  def img(file_path)
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.0.0.10"
2
+ VERSION = "2.0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.10
4
+ version: 2.0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen