binary_parser 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binary_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - rokugats(u)
7
+ - sawaken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-17 00:00:00.000000000 Z
11
+ date: 2014-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,22 +69,29 @@ files:
69
69
  - lib/general_class/buffered_stream.rb
70
70
  - lib/general_class/condition.rb
71
71
  - lib/general_class/expression.rb
72
+ - lib/general_class/free_condition.rb
73
+ - lib/general_class/memorize.rb
74
+ - lib/general_class/proxy.rb
72
75
  - lib/loop_list.rb
73
76
  - lib/nameless_template_maker.rb
74
77
  - lib/scope.rb
75
78
  - lib/stream_template_base.rb
76
79
  - lib/structure_definition.rb
77
80
  - lib/template_base.rb
81
+ - lib/while_list.rb
82
+ - unit_test/built_in_template/test_binary.rb
83
+ - unit_test/built_in_template/test_uint.rb
78
84
  - unit_test/general_class/test_abstract_binary.rb
79
85
  - unit_test/general_class/test_binary_manipulate_function.rb
80
86
  - unit_test/general_class/test_bit_position.rb
81
87
  - unit_test/general_class/test_condition.rb
82
88
  - unit_test/general_class/test_expression.rb
89
+ - unit_test/general_class/test_free_condition.rb
83
90
  - unit_test/test_scope.rb
84
91
  - unit_test/test_stream_template_base.rb
85
92
  - unit_test/test_structure_definition.rb
86
93
  - unit_test/test_template_base.rb
87
- homepage: https://github.com/rokugats/ruby-binary-parser
94
+ homepage: https://github.com/sawaken/ruby-binary-parser
88
95
  licenses:
89
96
  - MIT
90
97
  metadata: {}