laboratory 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: e669860caa60d09934a3c3dc228de8c37315d38cbc954c27146187d8052f9c4b
4
- data.tar.gz: 057b73763f3c9a27416ccf71ab44326f32a2c4b859272bca37fd608f83a8ce22
3
+ metadata.gz: 88ab176a78f64e843398401c6c8132f31e95d2737050a83c5e71a8ff679e7b34
4
+ data.tar.gz: 560c0a9760615743ea3629aa5d392530babcedeb753b5a7f8ab0edc8b3571bfa
5
5
  SHA512:
6
- metadata.gz: 82b0763c658512eda404843648e7b3e3d3cc6200dd98bf2c90d7b710cf9e6a7979d8d1ea2bce94d59088174c7e4aa72bc4dbdf95a692f14402c3bc357971b4ad
7
- data.tar.gz: 22dcdc22ee4afc615a296474636478212a2495eb9ebf089526bb431c36c24fd0b62c7811af2c1588eb17cf9c2a90d503e52f8e3900d4584b80d0864d4caf6ebb
6
+ metadata.gz: dbf85f00fe21d5bcdd2516718b625edb91a536c38fc3044ac84ff86ace543e7e3da1dbc6b164ecb98f4f11c2a5ccdb1a6d663c45b0f4082b16e433651228e131
7
+ data.tar.gz: c8270e09672794cd1c65a3a2d714500ff7a58c33dea923f155d89911168fbb1eb2a557db337c1201125be9956db0fcd3a8eb27489b66ce92d8d33d5fdb451692
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- laboratory (0.1.4)
4
+ laboratory (0.1.5)
5
5
  redis (>= 2.1)
6
6
  sinatra (>= 1.2.6)
7
7
 
@@ -164,7 +164,7 @@ module Laboratory
164
164
  changelog_item = Laboratory::Experiment::ChangelogItem.new(
165
165
  changes: changeset,
166
166
  timestamp: Time.now,
167
- actor: Laboratory::Config.actor
167
+ actor: Laboratory.config.actor
168
168
  )
169
169
 
170
170
  @changelog << changelog_item
@@ -1,3 +1,3 @@
1
1
  module Laboratory
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.1.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niall Paterson