activehook-server 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84018bc3b4180ed35962e80ada4d065de36bf9b8
4
- data.tar.gz: 7c21445511837e69f2297417f759e4cc1bd5ff50
3
+ metadata.gz: 201412c43f9227345cee75c377792a9fc8f8d961
4
+ data.tar.gz: c5c69be1f47a5f1ddd5892f0d68eb4762d4e5a72
5
5
  SHA512:
6
- metadata.gz: 5bf2dd5799e1b712bf1cc7179dae90239e51b0950d3bc97b8dcd12020da232e05bb99497f1daeff4fd8ba2d88aaac1d5762b66d60b99dfe5f3656e4491e80303
7
- data.tar.gz: 1931a161cf1f3c613bf2d6eac816c04857acdec9084b6ec88b3f4165ac8652b335ef5eb87cb2692019067ce664e22058a21950a31b287b635f8a2eb560550f4a
6
+ metadata.gz: 61643d860e6d5f1c4a029a7735fe456bb40e4c765d9e3cc86baf3b62013ce514cf2c5304b9db37f1cff1ee727c8df616825fa523f7c728644ae9ad399103e080
7
+ data.tar.gz: edb11abbb40d1caf937a8a3207117378086ee7c299c0a713bd85aa8d6695b39264bb49f6d89d9f153ed2e91bf2d2a36662c23779a466083bd7380adeeb344732
@@ -19,7 +19,7 @@ module ActiveHook
19
19
 
20
20
  def start_message
21
21
  ActiveHook::Server.log.info('ActiveHook Server starting!')
22
- ActiveHook::Server.log.info("* Version #{VERSION}, codename: #{CODENAME}")
22
+ ActiveHook::Server.log.info("* Version #{ActiveHook::Server::VERSION}, codename: #{ActiveHook::Server::CODENAME}")
23
23
  end
24
24
 
25
25
  # Parses the arguments passed through the command line.
@@ -4,7 +4,7 @@ module ActiveHook
4
4
  REQUEST_HEADERS = {
5
5
  "Content-Type" => "application/json",
6
6
  "Accept" => "application/json",
7
- "User-Agent" => "ActiveHook/#{VERSION}"
7
+ "User-Agent" => "ActiveHook/#{ActiveHook::Server::VERSION}"
8
8
  }.freeze
9
9
 
10
10
  attr_accessor :hook
@@ -1,6 +1,6 @@
1
1
  module ActiveHook
2
2
  module Server
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  CODENAME = 'Fat Sparrow'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activehook-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Sweeting