Skip to content

Commit 389ce58

Browse files
authored
Merge pull request #19 from securenative/dev
Bump version
2 parents b13abb4 + 16c4767 commit 389ce58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

securenative.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require_relative 'lib/securenative/utils/version_utils'
66

77
Gem::Specification.new do |spec|
88
spec.name = 'securenative'
9-
spec.version = '0.1.23'
9+
spec.version = '0.1.24'
1010
spec.authors = ['SecureNative']
1111
spec.email = ['support@securenative.com']
1212

spec/spec_api_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
6464
'Authorization' => 'YOUR_API_KEY',
6565
'Content-Type' => 'application/json',
66-
'Sn-Version' => '0.1.23',
66+
'Sn-Version' => '0.1.24',
6767
'User-Agent' => 'SecureNative-ruby'
6868
}
6969
).to_return(status: 200, body: '', headers: {})

spec/spec_event_manager.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize
3232
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
3333
'Authorization' => 'YOUR_API_KEY',
3434
'Content-Type' => 'application/json',
35-
'Sn-Version' => '0.1.23',
35+
'Sn-Version' => '0.1.24',
3636
'User-Agent' => 'SecureNative-ruby'
3737
})
3838
.to_return(status: 200, body: '', headers: {})
@@ -56,7 +56,7 @@ def initialize
5656
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
5757
'Authorization' => 'YOUR_API_KEY',
5858
'Content-Type' => 'application/json',
59-
'Sn-Version' => '0.1.23',
59+
'Sn-Version' => '0.1.24',
6060
'User-Agent' => 'SecureNative-ruby'
6161
})
6262
.to_return(status: 401, body: '', headers: {})
@@ -77,7 +77,7 @@ def initialize
7777
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
7878
'Authorization' => 'YOUR_API_KEY',
7979
'Content-Type' => 'application/json',
80-
'Sn-Version' => '0.1.23',
80+
'Sn-Version' => '0.1.24',
8181
'User-Agent' => 'SecureNative-ruby'
8282
})
8383
.to_return(status: 500, body: '', headers: {})

spec/spec_securenative_http_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
1717
'Authorization' => 'YOUR_API_KEY',
1818
'Content-Type' => 'application/json',
19-
'Sn-Version' => '0.1.23',
19+
'Sn-Version' => '0.1.24',
2020
'User-Agent' => 'SecureNative-ruby'
2121
}).to_return(status: 200, body: '', headers: {})
2222

0 commit comments

Comments
 (0)