rbmk 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rbmk +1 -1
  3. data/lib/rbmk/version.rb +2 -2
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d4bd69f9c84e1bae2f7834db710df3ae1d201ae
4
- data.tar.gz: 8ef4b6f8306bc442c678aa1be22dae3122616142
3
+ metadata.gz: e251bb098a4baaded21e439c89ef895a57fc3a7e
4
+ data.tar.gz: 0dba5cc40af9796c2caf89330d977a5873ec989a
5
5
  SHA512:
6
- metadata.gz: 52a1518059f9680590aa877b20b9ea4d175b43709c35cdfc69d579c56ee40bad6f109eb31832f6856adf865c7c197c74e6c81f8e1557c691db2a5db440b431d3
7
- data.tar.gz: eb3aa4040e0028402378d2553d90424bb93fa504542eb7266d618dbc75b2697fb1a3c8164eb66e713e7efd0bd57440c9549d8385d82f6e402f2652c152fc3604
6
+ metadata.gz: 73fc1714d7f177c05bc285c76c34d1757d56820dba6c9f4cc839757d522bab1a61ecb2398807b15a10197eff1d9a52bdb3e378d941f0200510c38e69a4a71fca
7
+ data.tar.gz: eb78d6dffb58171ba513ab91b7c41d292b40c232a196136ef69a9edcea9839aea486715c993404c9590c3cdfcbac9273227126a1bf6206a76c0435cbee0b7510
data/bin/rbmk CHANGED
@@ -3,7 +3,7 @@
3
3
  cfn = ARGV.first
4
4
  if cfn.nil? or cfn.empty? then
5
5
  require 'rbmk/version'
6
- printf "rbmk version %s codename '%s' (github/stronny/rbmk)\n", RBMK::VERSION, RBMK::CODENAME
6
+ printf "rbmk version %s codename '%s' (github/exante/rbmk)\n", RBMK::VERSION, RBMK::CODENAME
7
7
  puts "Usage: #{File.basename $0} FILENAME"
8
8
  exit
9
9
  end
@@ -1,4 +1,4 @@
1
1
  module RBMK
2
- VERSION = '0.1.0'
3
- CODENAME = 'vostok'
2
+ VERSION = '0.1.1'
3
+ CODENAME = 'supercriticality'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbmk
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
- - stronny red
7
+ - XNT Ltd.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-20 00:00:00.000000000 Z
11
+ date: 2016-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-ldap
@@ -45,7 +45,7 @@ description: |-
45
45
  are not smart enough to implement the logic you need themselves.
46
46
  LDAP is very rigid and static in its nature and although OpenLDAP provides some
47
47
  very helpful overlays, it is far from enough.
48
- email: stronny@celestia.ru
48
+ email: ops-team@exante.eu
49
49
  executables:
50
50
  - rbmk
51
51
  extensions: []
@@ -63,7 +63,7 @@ files:
63
63
  - lib/rbmk/upstream.rb
64
64
  - lib/rbmk/version.rb
65
65
  - lib/rbmk/worker.rb
66
- homepage: https://github.com/stronny/rbmk
66
+ homepage: https://github.com/exante/rbmk
67
67
  licenses:
68
68
  - CC0
69
69
  metadata: {}