rubytldmap 0.1.0 → 0.1.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: 18c2be2c9c5dd3af61db0fc0e4dda48be31a2e98
4
- data.tar.gz: 1389239c42861453bf4368eb3eb8d36beda5843c
3
+ metadata.gz: 044a928f8a4788ea1e353f6a90f8b6ccf8c201da
4
+ data.tar.gz: 2ee8f30dc2c5edac924c7156236affc937fbd76a
5
5
  SHA512:
6
- metadata.gz: 292027f93fed3c3ed8d69cadb62633906957abc75a967ca2ae1ba00281083240d22b18cef3bfad18d64010a71545a0ee836e062dd722afe88fa2bee2419a8220
7
- data.tar.gz: e0268e620391f775a2d90582a1e6f14d44c86e10e6c2e28585e3cfe4d697ef0c7b868686a47c1b6e4e11837fc8226f4cd05deb195948612017c0c643c0ae98dc
6
+ metadata.gz: fcfa514db566bdd68c285a9bea7b83a6f9901309952d4e821014a8bac0f9aa0d2b204e0b4d26018906a86e312dbe20144bd22f0d5ee44a90515e0f16db47414a
7
+ data.tar.gz: 9b8b74496b9c77c40980cd32cac03b71b59218c115d4b222306d43d0698a76a73cefb7d867cdb2ab98896b01001ab3f96d9ce868679b756cb7c8019ac2b532b2
data/.travis.yml CHANGED
@@ -1,20 +1,5 @@
1
1
  language: ruby
2
-
3
- bundler_args: --without development
4
-
5
2
  rvm:
3
+ - 1.9.3
6
4
  - 2.0.0
7
5
  - 2.1.0
8
- - ruby-head
9
- - jruby-head
10
- - rbx
11
-
12
- matrix:
13
- allow_failures:
14
- - rvm: ruby-head
15
- - rvm: jruby-head
16
- - rvm: rbx
17
-
18
- branches:
19
- only:
20
- - master
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015, linkosmosis
1
+ Copyright (c) 2015, linkosmos
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # rubytldmap
2
2
 
3
- [![Build Status](https://travis-ci.org/linkosmosis/rubytldmap.svg)](https://travis-ci.org/linkosmosis/rubytldmap)
3
+ [![Build Status](https://travis-ci.org/linkosmos/rubytldmap.svg)](https://travis-ci.org/linkosmos/rubytldmap)
4
4
 
5
5
  ## Installation
6
6
 
@@ -31,7 +31,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
31
31
 
32
32
  ## Contributing
33
33
 
34
- 1. Fork it ( https://github.com/linkosmosis/rubytldmap/fork )
34
+ 1. Fork it ( https://github.com/linkosmos/rubytldmap/fork )
35
35
  2. Create your feature branch (`git checkout -b my-new-feature`)
36
36
  3. Commit your changes (`git commit -am 'Add rubytldmap feature'`)
37
37
  4. Push to the branch (`git push origin my-new-feature`)
data/Rakefile CHANGED
@@ -1 +1,5 @@
1
1
  require "bundler/gem_tasks"
2
+ require 'rspec/core'
3
+ require 'rspec/core/rake_task'
4
+ task :default => :spec
5
+ RSpec::Core::RakeTask.new
@@ -1,3 +1,3 @@
1
1
  module Rubytldmap
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/rubytldmap.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ernestas.poskus@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Hash map of Top Level domains}
13
- spec.homepage = "https://github.com/linkosmosis/rubytldmap"
13
+ spec.homepage = "https://github.com/linkosmos/rubytldmap"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.6"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
+ spec.add_development_dependency "rspec"
23
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytldmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernestas Poskus
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-09 00:00:00.000000000 Z
11
+ date: 2015-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description:
42
56
  email:
43
57
  - ernestas.poskus@gmail.com
@@ -59,7 +73,7 @@ files:
59
73
  - lib/rubytldmap/lookup.rb
60
74
  - lib/rubytldmap/version.rb
61
75
  - rubytldmap.gemspec
62
- homepage: https://github.com/linkosmosis/rubytldmap
76
+ homepage: https://github.com/linkosmos/rubytldmap
63
77
  licenses:
64
78
  - MIT
65
79
  metadata: {}