fossyl 0.6.0 → 0.6.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: c9848e6cce91e36c09ea8d32a5a353001c37da61
4
- data.tar.gz: 401e7936d48e3846c2ef89e5e08e1e955a094fc4
3
+ metadata.gz: b51d7ac4cbf9ccac393b3513adc3bc10c58d691e
4
+ data.tar.gz: da01744f6cbe1b214b56b478590a0b97d9ca98df
5
5
  SHA512:
6
- metadata.gz: 5ccd47a82e527d62aefa34a45301a1b8fdab06476a3775c7324f45cb0e60b7a8d9d852d215466d4cc3426ffafa85797b82512fd2177012fac82898291522beec
7
- data.tar.gz: f7af4d4a373716c0ee5fef8554cbc6405792c63281351db24781bc9f9be4742f28f6421d59f6e1ed832b0d61e492ddd36267b7d85d517a8102572368b08c1255
6
+ metadata.gz: ab94c41054832c11874205444a540522e02c8f32a227794575190372ad319f3ea5c9ec91e9d97116a9e98aac5ccb0869d6b632e1592d6ce88e2635b74e09c3ad
7
+ data.tar.gz: 9900bdf7f96a6f92e3b05a9753ae750f810876b5f4cdde494b0b2795867c7d6bfa7789bd2df28ed0cbb0a662af2c6f6cc87c7541f8899a5d94b0dc0dc56e6b1d
File without changes
data/fossyl.gemspec CHANGED
@@ -4,12 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fossyl"
7
- gem.version = "0.6.0"
7
+ gem.version = "0.6.1"
8
8
  gem.authors = ["Adam Tanner"]
9
9
  gem.email = ["adam@adamtanner.org"]
10
10
  gem.description = %q{Pre-historic Bencoding}
11
11
  gem.summary = %q{Pre-historic Bencoding}
12
12
  gem.homepage = "https://github.com/adamtanner/fossyl"
13
+ gem.license = "MIT"
13
14
 
14
15
  gem.files = `git ls-files`.split($/)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fossyl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Tanner
@@ -34,7 +34,7 @@ files:
34
34
  - .gitignore
35
35
  - .travis.yml
36
36
  - Gemfile
37
- - LICENSE.txt
37
+ - LICENSE
38
38
  - README.md
39
39
  - Rakefile
40
40
  - fossyl.gemspec
@@ -42,7 +42,8 @@ files:
42
42
  - lib/fossyl/parser.rb
43
43
  - spec/fossyl_spec.rb
44
44
  homepage: https://github.com/adamtanner/fossyl
45
- licenses: []
45
+ licenses:
46
+ - MIT
46
47
  metadata: {}
47
48
  post_install_message:
48
49
  rdoc_options: []