nbt_utils 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module NBTUtils
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -7,13 +7,13 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Michael Dungan']
9
9
  s.email = ['mpd@jesters-court.net']
10
- s.homepage = "http://rubygems.org/gems/nbt_utils"
10
+ s.homepage = "https://github.com/xxx/nbt_utils"
11
11
  s.summary = "Set of classes to read and write Minecraft .nbt files"
12
12
  s.description = "Some classes to read and write Minecraft .nbt files. See http://www.minecraft.net/docs/NBT.txt for format description."
13
13
 
14
14
  s.required_rubygems_version = ">= 1.3.6"
15
15
 
16
- s.add_dependency "bindata", "~> 1.2"
16
+ s.add_dependency "bindata", "~> 1.3"
17
17
  s.add_development_dependency "bundler", ">= 1.0.0"
18
18
 
19
19
  s.required_ruby_version = "~> 1.9"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nbt_utils
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Dungan
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ~>
23
23
  - !ruby/object:Gem::Version
24
- version: "1.2"
24
+ version: "1.3"
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency
@@ -74,7 +74,7 @@ files:
74
74
  - nbt_utils.gemspec
75
75
  - script.rb
76
76
  has_rdoc: true
77
- homepage: http://rubygems.org/gems/nbt_utils
77
+ homepage: https://github.com/xxx/nbt_utils
78
78
  licenses: []
79
79
 
80
80
  post_install_message: