openra 3.0.0 → 3.0.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
  SHA256:
3
- metadata.gz: 2f08aa3006104ee390f946d7ee77972682fe47d771d384b47bff2244d1b9c65d
4
- data.tar.gz: 14d912561d616f58da10f1fd4d25cd355fed9fcb5dba1eca6a48d409693a0096
3
+ metadata.gz: 0f9c700154d2bb31c15ac83a1edc2ec365fb567c17a4bc2d2e37c920c67de779
4
+ data.tar.gz: 13ed839f20179328684f677211cf663bc83aad21024105baf26beaf012757b2b
5
5
  SHA512:
6
- metadata.gz: e5ec9afc0028c3f8c51446c0f105fa04c990074ea8ce32e5a3abf5baf0adc75357dd387825ba3ec227f2a053b0f67d7a4c8b2db68ca16d0adc13637c9aacee32
7
- data.tar.gz: 6d787e65bc015eef273afa360c456efa76ada52539eb01ece86d737323a65625f4d7c4671ebb9afa67aad6c710e67dec60de586d741c26ea388a20d6f548e934
6
+ metadata.gz: 8bd6a6092972426e71f7f885f6eaa5f56dac5310c285c4b5af80aaaf48b67618d586b861b25151edfc9fbc98fc6f5fa4642dcdca19ea4c0e7a340aee484cd3a1
7
+ data.tar.gz: 4d2ad04c37f95a9a88f9852bfe36f936f1977e5cfeb72fbc84901911d73f1c5df441569249a53c406c8df9f17430d22aeccdc70962810d432a7c25491390ed7c
@@ -1,10 +1,16 @@
1
1
  ## Unreleased
2
2
 
3
- [Compare v3.0.0...HEAD](https://github.com/AMHOL/openra-ruby/compare/v3.0.0...HEAD)
3
+ [Compare v3.0.1...HEAD](https://github.com/AMHOL/openra-ruby/compare/v3.0.0...HEAD)
4
+
5
+ ## v3.0.1
6
+
7
+ * [maint] Added openra-commands file to load stand-alone commands ([AMHOL](https://github.com/AMHOL))
8
+
9
+ [Compare v3.0.0...v3.0.1](https://github.com/AMHOL/openra-ruby/compare/v3.0.0...v3.0.1)
4
10
 
5
11
  ## v3.0.0
6
12
 
7
- * [replay-metadata] Rename metadata command to replay-metadata ([AMHOL](https://github.com/AMHOL))
13
+ * [replay-metadata] Renamed metadata command to replay-metadata ([AMHOL](https://github.com/AMHOL))
8
14
 
9
15
  [Compare v2.3.1...v3.0.0](https://github.com/AMHOL/openra-ruby/compare/v2.3.0...v3.0.0)
10
16
 
@@ -0,0 +1 @@
1
+ require 'openra/commands'
@@ -1,12 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'securerandom'
4
3
  require 'yaml'
5
4
  require 'json'
6
5
  require 'dry/cli'
7
6
  require 'openra/version'
8
- require 'openra/constants'
9
- require 'openra/replays'
10
7
  require 'openra/commands'
11
8
  require 'openra/cli/formatters'
12
9
  require 'openra/cli/commands/replay_data'
@@ -1,3 +1,6 @@
1
+ require 'securerandom'
2
+ require 'openra/constants'
3
+ require 'openra/replays'
1
4
  require 'openra/commands/utils'
2
5
  require 'openra/commands/replays/extract_metadata'
3
6
  require 'openra/commands/replays/extract_data'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Openra
4
- VERSION = '3.0.0'.freeze
4
+ VERSION = '3.0.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openra
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Holland
@@ -151,6 +151,7 @@ files:
151
151
  - lib/bindata/big_integer.rb
152
152
  - lib/bindata/pascal_string.rb
153
153
  - lib/openra-cli.rb
154
+ - lib/openra-commands.rb
154
155
  - lib/openra-mini_yaml.rb
155
156
  - lib/openra-replays.rb
156
157
  - lib/openra-struct.rb