abra 1.0.1 → 1.0.2

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
- SHA1:
3
- metadata.gz: 3d3522ce9b0c764ff5039b8196f5494e79ad1c6c
4
- data.tar.gz: 8df5bb9be7c9a626031a0a1065cbf890ba836752
2
+ SHA256:
3
+ metadata.gz: fa7dc60becb76d8d8ae62ac3ec35aec007685eda61f0fb7c70a6c9aff89017a1
4
+ data.tar.gz: 84cfba006d448b5c564f2a6a737587ab998e7b93300e1d0596f1e42020f09d17
5
5
  SHA512:
6
- metadata.gz: 272875c4ba97b7bb59904b5ad01fa150e6aa7a30e1cdbc6b5abd58ebc184912c65100a4c3c9cdf7e3912109d3827fd12e9404344dd01ef87442e3831510fe143
7
- data.tar.gz: 2cde5815aec2430abb2fb6a90ec8ed221896b34b1ee861610958f88c0ce052ea4e9c65a7d852171b8114ad48ba40e07b13c9cda7a06b4e396a0e3926bd97116e
6
+ metadata.gz: 96f61e3a941556376e561bd9552e2c11564563964a01e200ce1f8ecc4ef64aed05b64c63ae882201004e7fc7d271d0076264aa60b390e6837b093e9150bf6d16
7
+ data.tar.gz: 9559dea666abdd3fb75c26cb14245a9acb4d3141eb0aba0da047c3b8c1af504bd74af0039a3ff256de9fe2047bb5ad5f6c78ab27802cfae307cfc44f71cd93fc
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
@@ -1,3 +1,3 @@
1
1
  module Abra
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - junzhepan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-06 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -68,6 +68,7 @@ files:
68
68
  - README.md
69
69
  - Rakefile
70
70
  - abra-1.0.0.gem
71
+ - abra-1.0.1.gem
71
72
  - abra.gemspec
72
73
  - bin/console
73
74
  - bin/setup
@@ -99,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
100
  version: '0'
100
101
  requirements: []
101
102
  rubyforge_project:
102
- rubygems_version: 2.5.1
103
+ rubygems_version: 2.7.3
103
104
  signing_key:
104
105
  specification_version: 4
105
106
  summary: Abra is a Ruby tool to parse Android APK information.