reyes 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmU1NmFhNTQzMDg4ZTgzMjJhMjQyNzFmYzlkYmNhN2VjMjM4MzA1Yg==
4
+ ZTk2YjFkOGI1OWQ0NDQ5YzEzZGE4MjZhMDFkNmE1MGEyODBkNjA4Yg==
5
5
  data.tar.gz: !binary |-
6
- MjkyYWNkY2RmMDI4NTgzMDcyYTkwNDg5MjI0YTdlYzExNDJiZmQ5OA==
6
+ MzQ2M2QxYzIwMzc1NDBiYzU3NmZlMWE5ZTI2YjZmMTgzYTk3MjNmNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Yzg3MjRiMzc2MjZhOTIyZTRmOGRlYTU3OTJjNjk0MjU5ZDU5MzhjMzhhMjll
10
- MGNhZTEzMmJiMjRhZTc2MjY5OWY2YzE0NTJmNjA4ZmM0NTU0MzAxNmU3NTEx
11
- ZjI5NWYxMDdmYWI2ZDI4NmZmZjE0MTIwYjI3ZGQ3MDFjYjE4MDQ=
9
+ MDk5NjAyYWRiYTgwNTNhY2E0NDZmYmUxYjg4MWMyZDU1MDRlN2I4MjFlOGJm
10
+ NjJkZGIzMzU2MDczNDRjOWZjZTY0NTBjYjkyMzhlZjJmNTdiYjAzMzFjM2U3
11
+ YzgyN2JjNjI1ODE5OGQ2OWU0NDM4ZDYzMDI2ZWYwYjcyZWIwZDk=
12
12
  data.tar.gz: !binary |-
13
- ZjRkMDg4NzlmN2ViNDNlOTZiN2IzNzU1M2I0ZmVlM2YzZmJhMzYxY2NiYzA1
14
- M2UzMzgzZDkyZDBhYzM4ZWViMzRlOGU1MjQ3ODJlMTc5MGQ2MjQwYTdkOTk5
15
- YTZlMDM3ZGQzYjNkYjQ2OTI3ODJiMGE5YjE3OTUyMmNkYjdhNmQ=
13
+ YmU5OWZhYTFkZDRiOGE1M2FlNmJhNWY3MGQ0OTY1NzVhNmU4NmE1ZmYwMDFj
14
+ MTg4ZWFlYjk5ZWE5YTk3NjA1ZWRiOGFkNjA5ZTQ3OWQ0MDlhMDQ5MzU4MGUx
15
+ ZmIwMjk4N2FlZGM0OWMzODViZThiYmFkZjEwNzQ5YTVjMmNlZTI=
@@ -278,7 +278,7 @@ module Reyes
278
278
  lines << '*filter'
279
279
 
280
280
  lines << ':INPUT ACCEPT'
281
- lines << ':FORWARD DROP'
281
+ lines << ':FORWARD ACCEPT'
282
282
  lines << ':OUTPUT ACCEPT'
283
283
  lines << ''
284
284
 
data/lib/reyes/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Reyes
2
2
  # The Reyes version number
3
- VERSION = '1.0.0' unless defined?(self::VERSION)
3
+ VERSION = '1.1.0' unless defined?(self::VERSION)
4
4
 
5
5
  # Number defining the JSON serialization format
6
6
  JSON_FORMAT_VERSION = 2 unless defined?(self::JSON_FORMAT_VERSION)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reyes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Brody
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-03 00:00:00.000000000 Z
12
+ date: 2015-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk