antbird 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Antbird
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -7,7 +7,7 @@ require 'yaml'
7
7
  require 'erb'
8
8
 
9
9
  class ApiMethodsGenerator
10
- def initialize(version = '6.2.3')
10
+ def initialize(version)
11
11
  @version = version
12
12
 
13
13
  sliced = @version.split(".").slice(0,2)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: antbird
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - fukayatsu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-03 00:00:00.000000000 Z
11
+ date: 2018-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -163,6 +163,9 @@ files:
163
163
  - lib/antbird/rest_api/rest_api_v5_6.rb
164
164
  - lib/antbird/rest_api/rest_api_v6_1.rb
165
165
  - lib/antbird/rest_api/rest_api_v6_2.rb
166
+ - lib/antbird/rest_api/rest_api_v6_3.rb
167
+ - lib/antbird/rest_api/rest_api_v6_4.rb
168
+ - lib/antbird/rest_api/rest_api_v6_5.rb
166
169
  - lib/antbird/version.rb
167
170
  - script/generate_api_methods
168
171
  - script/rest_api_template.erb