tamashii-common 0.1.5 → 0.1.6

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: 3e699600b5b1428dd7ed2bf77a028185930fce11
4
- data.tar.gz: 0ac93a6c67562b417e88b443534c4d5e2226a0e5
3
+ metadata.gz: 6afdc81465395d22163335e5e1f7e746bdcb71be
4
+ data.tar.gz: 5f64a2e9084beddf0c3ad572aed70fc0e3545af1
5
5
  SHA512:
6
- metadata.gz: e6ff41c1533156736f782e806a006f2e042ec849647fdfda8e506557e8901c210de02f6559dff48406397dd79f855e3a492f1eb4cbe400fa4ef88b50b731fab5
7
- data.tar.gz: 7ed333ef1124be11d2c42b40f407fd6dffe6cf1c88e97f67cce544b1a413ae7bee25bb917f237ae2b40f740c996beb589e2796542167e400a89b8be633cead84
6
+ metadata.gz: 2208cb0c2df290e09ee816639eeed7b2f3c030a183d0af6ecaccad36959fef84a20d7b0edda75341a6139edc47a0fd427ca39e60ac564f8d89ffffc5f166719a
7
+ data.tar.gz: b0bcb56b8a65823620df49804cccb65652d6dad276b4c4d0a3db135ac5b40fc59101548c1964654affe01577dbbe952034e8a5786eaef131e28fff3d2c16929f
@@ -0,0 +1,8 @@
1
+ module Tamashii
2
+ module AgentHint
3
+ # Create hint constant
4
+ ["TIME"].each do |hint|
5
+ module_eval("#{hint} = '##__HINT__#{hint}__##'")
6
+ end
7
+ end
8
+ end
@@ -1,6 +1,7 @@
1
1
  require "tamashii/common/version"
2
2
  require "tamashii/packet"
3
3
  require "tamashii/type"
4
+ require "tamashii/agent_hint"
4
5
  require "tamashii/handler"
5
6
  require "tamashii/hook"
6
7
  require "tamashii/resolver"
@@ -1,5 +1,5 @@
1
1
  module Tamashii
2
2
  module Common
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamashii-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-07-27 00:00:00.000000000 Z
13
+ date: 2017-08-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -115,6 +115,7 @@ files:
115
115
  - Rakefile
116
116
  - bin/console
117
117
  - bin/setup
118
+ - lib/tamashii/agent_hint.rb
118
119
  - lib/tamashii/common.rb
119
120
  - lib/tamashii/common/version.rb
120
121
  - lib/tamashii/config.rb