idb 2.8 → 2.8.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca757a1a46203f2a8e9d3aa84b23f56967b6869a
4
- data.tar.gz: 8ad5422f2b584ed7b69cfa21c502e5e642654136
3
+ metadata.gz: 3843254897edd2d5a1aa593154e578ccdafeeee8
4
+ data.tar.gz: cf8610d865441115752cc40f0f1c57aeee82c38c
5
5
  SHA512:
6
- metadata.gz: 632cd3de5bed5aa80d1dff965fc36b28efb25865b56d0e53b98fb3e58bb74e93c4f32c8a020626875b7f395d3cd64c3519d31f50107833387f778205e17168ba
7
- data.tar.gz: 3ab576dc7268127d94610d2b8b7ea65c08307efaa31e22bdc9d43e667ee7271afce1f677ce9827d045cfc185b7136ef7f7f8581d79694295c33dcfc328da7654
6
+ metadata.gz: 80b3d44c894a37870cb131a245d871ff60178ce375e0c3911312a591306d5de9c7a7db618b404ec5719621431d49eb1556d65cd1b4ca125506903fcf0b87dfc6
7
+ data.tar.gz: 85677c35ce8cd308d6cf380f3bc4795c57555a7ae46ec26198ba8cf2b3fca8d48360910a0a70466a4585e9adf27d3e0fd7da3f6fe6165c819314e6ea8b35847e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- idb (2.8)
4
+ idb (2.8.1)
5
5
  awesome_print
6
6
  coderay
7
7
  ffi
@@ -59,3 +59,6 @@ DEPENDENCIES
59
59
  bundler (~> 1.6)
60
60
  idb!
61
61
  rake
62
+
63
+ BUNDLED WITH
64
+ 1.10.6
data/lib/idb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Idb
2
- VERSION = "2.8"
2
+ VERSION = "2.8.1"
3
3
  end
data/lib/lib/settings.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  require 'yaml'
3
3
 
4
- YAML::ENGINE.yamler='psych'
4
+ #YAML::ENGINE.yamler='psych'
5
5
 
6
6
  module Idb
7
7
  class Settings
@@ -64,4 +64,4 @@ module Idb
64
64
 
65
65
 
66
66
  end
67
- end
67
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idb
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.8'
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel A. Mayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-23 00:00:00.000000000 Z
11
+ date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -383,7 +383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
383
383
  version: '0'
384
384
  requirements: []
385
385
  rubyforge_project:
386
- rubygems_version: 2.4.6
386
+ rubygems_version: 2.4.8
387
387
  signing_key:
388
388
  specification_version: 4
389
389
  summary: idb is a tool to simplify some common tasks for iOS pentesting and research.