ronin-support 0.1.0.pre1 → 0.1.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.md +8 -2
- data/Gemfile +2 -2
- data/gemspec.yml +3 -1
- data/lib/ronin/formatting/extensions/binary/string.rb +17 -5
- data/lib/ronin/support/version.rb +1 -1
- data/lib/ronin/templates/template.rb +2 -2
- metadata +9 -7
data/ChangeLog.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
|
1
|
+
### 0.1.0 / 2011-02-01
|
2
2
|
|
3
|
-
* Initial release
|
3
|
+
* Initial release:
|
4
|
+
* Split out of [ronin](http://github.com/ronin-ruby/ronin) 0.3.0.
|
5
|
+
* Require Ruby >= 1.8.7.
|
6
|
+
* Require chars ~> 0.2.0.
|
7
|
+
* Require uri-query_params ~> 0.5.2.
|
8
|
+
* Require bundler ~> 1.0.0.
|
9
|
+
* Require yard ~> 0.6.4.
|
4
10
|
|
data/Gemfile
CHANGED
@@ -10,7 +10,7 @@ group :development do
|
|
10
10
|
gem 'rake', '~> 0.8.7'
|
11
11
|
|
12
12
|
platforms :jruby do
|
13
|
-
gem '
|
13
|
+
gem 'BlueCloth'
|
14
14
|
end
|
15
15
|
|
16
16
|
platforms :ruby do
|
@@ -18,6 +18,6 @@ group :development do
|
|
18
18
|
end
|
19
19
|
|
20
20
|
gem 'ore-core', '~> 0.1.0'
|
21
|
-
gem 'ore-tasks', '~> 0.
|
21
|
+
gem 'ore-tasks', '~> 0.3.0'
|
22
22
|
gem 'rspec', '~> 2.0.0'
|
23
23
|
end
|
data/gemspec.yml
CHANGED
@@ -10,6 +10,8 @@ email: postmodern.mod3@gmail.com
|
|
10
10
|
homepage: http://github.com/ronin-ruby/ronin-support
|
11
11
|
has_yard: true
|
12
12
|
|
13
|
+
required_ruby_version: >= 1.8.7
|
14
|
+
|
13
15
|
dependencies:
|
14
16
|
chars: ~> 0.2.0
|
15
17
|
uri-query_params: ~> 0.5.2
|
@@ -17,4 +19,4 @@ dependencies:
|
|
17
19
|
|
18
20
|
development_dependencies:
|
19
21
|
bundler: ~> 1.0.0
|
20
|
-
yard: ~> 0.6.
|
22
|
+
yard: ~> 0.6.4
|
@@ -267,11 +267,23 @@ class String
|
|
267
267
|
#
|
268
268
|
# @option options [Symbol] :encoding
|
269
269
|
# Denotes the encoding used for the bytes within the hexdump.
|
270
|
-
# Must be one of the following:
|
271
|
-
#
|
272
|
-
#
|
273
|
-
#
|
274
|
-
# `:
|
270
|
+
# Must be one of the following:
|
271
|
+
# * `:binary`
|
272
|
+
# * `:octal`
|
273
|
+
# * `:octal_bytes`
|
274
|
+
# * `:octal_shorts`
|
275
|
+
# * `:octal_ints`
|
276
|
+
# * `:octal_quads`
|
277
|
+
# * `:decimal`
|
278
|
+
# * `:decimal_bytes`
|
279
|
+
# * `:decimal_shorts`
|
280
|
+
# * `:decimal_ints`
|
281
|
+
# * `:decimal_quads`
|
282
|
+
# * `:hex`
|
283
|
+
# * `:hex_bytes`
|
284
|
+
# * `:hex_shorts`
|
285
|
+
# * `:hex_ints`
|
286
|
+
# * `:hex_quads`
|
275
287
|
#
|
276
288
|
# @option options [Integer] :segment (16)
|
277
289
|
# The length in bytes of each segment in the hexdump.
|
@@ -48,8 +48,8 @@ module Ronin
|
|
48
48
|
# other templates in.
|
49
49
|
#
|
50
50
|
# @return [String, nil]
|
51
|
-
# Returns the first path in template_dirs, or `nil` if
|
52
|
-
# template_dirs is empty.
|
51
|
+
# Returns the first path in {#template_dirs}, or `nil` if
|
52
|
+
# {#template_dirs} is empty.
|
53
53
|
#
|
54
54
|
def template_dir
|
55
55
|
template_dirs.first
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.1.0.
|
9
|
+
- pre2
|
10
|
+
version: 0.1.0.pre2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Postmodern
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-12-
|
18
|
+
date: 2010-12-31 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -88,8 +88,8 @@ dependencies:
|
|
88
88
|
segments:
|
89
89
|
- 0
|
90
90
|
- 6
|
91
|
-
-
|
92
|
-
version: 0.6.
|
91
|
+
- 4
|
92
|
+
version: 0.6.4
|
93
93
|
type: :development
|
94
94
|
prerelease: false
|
95
95
|
version_requirements: *id005
|
@@ -245,8 +245,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
245
245
|
- - ">="
|
246
246
|
- !ruby/object:Gem::Version
|
247
247
|
segments:
|
248
|
-
-
|
249
|
-
|
248
|
+
- 1
|
249
|
+
- 8
|
250
|
+
- 7
|
251
|
+
version: 1.8.7
|
250
252
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
251
253
|
none: false
|
252
254
|
requirements:
|