vcdiff.rb 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/vcdiff.rb.gemspec +3 -2
  2. metadata +4 -3
data/vcdiff.rb.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "vcdiff.rb"
3
- gem.version = "0.0.1"
3
+ gem.version = "0.0.2"
4
4
  gem.authors = ["Adam Prescott"]
5
5
  gem.email = ["adam@aprescott.com"]
6
6
  gem.description = "Pure-Ruby VCDIFF encoder/decoder."
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
9
9
 
10
10
  gem.files = Dir["{lib/**/*,test/**/*,*.gemspec}"] + %w[rakefile LICENSE Gemfile README.md]
11
11
  gem.require_path = "lib"
12
+ gem.license = "MIT"
12
13
 
13
14
  [
14
15
  "bindata", "~> 1.6.0",
@@ -23,4 +24,4 @@ Gem::Specification.new do |gem|
23
24
  ].each_slice(2) do |name, version|
24
25
  gem.add_runtime_dependency(name, version)
25
26
  end
26
- end
27
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcdiff.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-11 00:00:00.000000000 Z
12
+ date: 2013-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bindata
@@ -100,7 +100,8 @@ files:
100
100
  - Gemfile
101
101
  - README.md
102
102
  homepage: https://github.com/aprescott/vcdiff.rb
103
- licenses: []
103
+ licenses:
104
+ - MIT
104
105
  post_install_message:
105
106
  rdoc_options: []
106
107
  require_paths: