salary_croatia 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17ac1282c13960fbd8ce7de6d5fe17284cf70d582e4415f6e7da208d3bfd82a1
4
- data.tar.gz: '0328964cb61b002fca5150d6caf716635cf44f722efd9a72a6f63e2671f65c15'
3
+ metadata.gz: b81630fc9e1e5c118178059c5ae3a995191f0a35624492829cc327c1b1e23efa
4
+ data.tar.gz: cc3c8d358221b4ffaf11022603e3b83634d12497afeaada408f8eb3c0aa15511
5
5
  SHA512:
6
- metadata.gz: 3d5813c16e7e4c5166f280b615fa394dcb51f092498cfa3a2f551fab53679cdb0708e7a8a06644d3d5da1611565f36213b1cd440127933239f43e4da49ff4370
7
- data.tar.gz: '0638f47f5aab8c03a49331c9fc8747f653699904d4f95e428be9dabae83f7b331880deac97e297d019a53dd73c8f6351cbd9ea4d8cf60b5bd153fe7d20e07e0c'
6
+ metadata.gz: e83bb0649a6f3eba6f24ff2363ac39fba1a6fdacdfd1ee2d473ce677aacd99e90bcac63433f17e6a4da7991cada1e3b380d454bc00a250c767c7273cc241e4b8
7
+ data.tar.gz: cfb18079c86ef65814f5aff3187c33aba6cb2847ae14858f0ab22e1cb0a21ea1421da26aecdd1431678c9cdfc97752189f47121ad222754b0bfa2a03f206ec8b
data/Gemfile CHANGED
@@ -1,4 +1,7 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in salary_croatia.gemspec
4
- gemspec
4
+
5
+
6
+ gem 'rspec'
7
+ gem 'creek', '~> 1.1'
data/Gemfile.lock CHANGED
@@ -2,33 +2,18 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  salary_croatia (0.1.1)
5
- creek
5
+ creek (~> 1.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.7.0)
11
- public_suffix (>= 2.0.2, < 5.0)
12
- creek (2.4.4)
13
- http (~> 4.0)
14
- nokogiri (>= 1.7.0)
10
+ creek (1.1.2)
11
+ nokogiri (~> 1.6.0)
15
12
  rubyzip (>= 1.0.0)
16
13
  diff-lcs (1.3)
17
- domain_name (0.5.20190701)
18
- unf (>= 0.0.5, < 1.0.0)
19
- http (4.1.1)
20
- addressable (~> 2.3)
21
- http-cookie (~> 1.0)
22
- http-form_data (~> 2.0)
23
- http_parser.rb (~> 0.6.0)
24
- http-cookie (1.0.3)
25
- domain_name (~> 0.5)
26
- http-form_data (2.1.1)
27
- http_parser.rb (0.6.0)
28
- mini_portile2 (2.4.0)
29
- nokogiri (1.10.4)
30
- mini_portile2 (~> 2.4.0)
31
- public_suffix (4.0.1)
14
+ mini_portile2 (2.1.0)
15
+ nokogiri (1.6.8.1)
16
+ mini_portile2 (~> 2.1.0)
32
17
  rake (10.5.0)
33
18
  rspec (3.9.0)
34
19
  rspec-core (~> 3.9.0)
@@ -44,17 +29,15 @@ GEM
44
29
  rspec-support (~> 3.9.0)
45
30
  rspec-support (3.9.0)
46
31
  rubyzip (2.0.0)
47
- unf (0.1.4)
48
- unf_ext
49
- unf_ext (0.0.7.6)
50
32
 
51
33
  PLATFORMS
52
34
  ruby
53
35
 
54
36
  DEPENDENCIES
55
37
  bundler (~> 2.0)
38
+ creek (~> 1.1)
56
39
  rake (~> 10.0)
57
- rspec (~> 3.0)
40
+ rspec
58
41
  salary_croatia!
59
42
 
60
43
  BUNDLED WITH
data/README.md CHANGED
@@ -33,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
33
 
34
34
  ## Contributing
35
35
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/salary_croatia. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+ Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/l00ksi/salary_croatia/src/master/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
37
37
 
38
38
  ## License
39
39
 
@@ -1,3 +1,3 @@
1
1
  module SalaryCroatia
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -9,13 +9,13 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["lukapovreslo@gmail.com"]
10
10
 
11
11
  spec.summary = %q{Gem for statistics about Croatia national average net monthly salary.}
12
- spec.homepage = "https://github.com/luka55/salary_croatia"
12
+ spec.homepage = "https://bitbucket.org/l00ksi/salary_croatia/src/master/"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/luka55/salary_croatia"
18
+ spec.metadata["source_code_uri"] = "https://bitbucket.org/l00ksi/salary_croatia/src/master/"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salary_croatia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-01 00:00:00.000000000 Z
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,13 +89,13 @@ files:
89
89
  - lib/salary_croatia/data_type_helper.rb
90
90
  - lib/salary_croatia/version.rb
91
91
  - salary_croatia.gemspec
92
- homepage: https://github.com/luka55/salary_croatia
92
+ homepage: https://bitbucket.org/l00ksi/salary_croatia/src/master/
93
93
  licenses:
94
94
  - MIT
95
95
  metadata:
96
96
  allowed_push_host: https://rubygems.org
97
- homepage_uri: https://github.com/luka55/salary_croatia
98
- source_code_uri: https://github.com/luka55/salary_croatia
97
+ homepage_uri: https://bitbucket.org/l00ksi/salary_croatia/src/master/
98
+ source_code_uri: https://bitbucket.org/l00ksi/salary_croatia/src/master/
99
99
  post_install_message:
100
100
  rdoc_options: []
101
101
  require_paths: