mrcr-cache 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: d8ac8ff74107302655d943ee533b14e13b80ca82
4
- data.tar.gz: b0a100b970e79b8894bef170a1c76eed121efb7b
3
+ metadata.gz: 125f45efdc1eaa9c161975c950ae96acfa2f94b7
4
+ data.tar.gz: aa63fc1848d393f450625a0c91a2735797526d77
5
5
  SHA512:
6
- metadata.gz: 32a037fe6f66ace14eb7c9a7ea1a637081d540d1e9da55aef3d84d3026267830d5b801fa8ce5acd537fd0c50563d391aba95968791f5147e1192296cb695e4a6
7
- data.tar.gz: b9c5d2d059e056092dcd3e1dd2872f49ed3362b5ef51effcc910c51523c7ed4720951dcaed1e64fa88339c47f69b1c48505537399e05c963576126000163ab9a
6
+ metadata.gz: e6d2b139c9888cc76d4b337221666ddcdf28b8cf4c5c8cf28834e4280073e13e2ae604aac439bcd5477f27c0e0cf4743cef38ef4b16987dd7be8b128e56b8798
7
+ data.tar.gz: 7bcaf13804479ae36639b00b901437ed6447a583046dbdea78f68ef595c2f4ac5d9a510269d2059f2a322388bd966a8ad46a69475421669062e0e669262e11bf
data/README.md CHANGED
@@ -3,10 +3,6 @@
3
3
 
4
4
  # Mrcr::Cache
5
5
 
6
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/mrcr/cache`. To experiment with that code, run `bin/console` for an interactive prompt.
7
-
8
- TODO: Delete this and the text above, and describe your gem
9
-
10
6
  ## Installation
11
7
 
12
8
  Add this line to your application's Gemfile:
@@ -25,7 +21,7 @@ Or install it yourself as:
25
21
 
26
22
  ## Usage
27
23
 
28
- TODO: Write usage instructions here
24
+ [Documentation](http://www.rubydoc.info/gems/mrcr-cache)
29
25
 
30
26
  ## Development
31
27
 
@@ -40,7 +36,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
36
 
41
37
  ## Contributing
42
38
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mrcr-cache. 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.
39
+ Bug reports and pull requests are welcome on GitHub at https://github.com/merqlove/mrcr-cache. 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.
44
40
 
45
41
  ## License
46
42
 
@@ -48,4 +44,4 @@ The gem is available as open source under the terms of the [MIT License](http://
48
44
 
49
45
  ## Code of Conduct
50
46
 
51
- Everyone interacting in the Mrcr::Cache project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/mrcr-cache/blob/master/CODE_OF_CONDUCT.md).
47
+ Everyone interacting in the Mrcr::Cache project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/merqlove/mrcr-cache/blob/master/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  module Mrcr
2
2
  module Cache
3
- VERSION = '0.1.4'.freeze
3
+ VERSION = '0.1.5'.freeze
4
4
  end
5
5
  end
@@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
23
23
 
24
24
  spec.add_dependency 'concurrent-ruby', '~> 1.0'
25
25
 
26
- spec.add_development_dependency 'bundler', '~> 1.15'
27
26
  spec.add_development_dependency 'rake', '~> 10.0'
28
27
  spec.add_development_dependency 'rspec', '~> 3.0'
29
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mrcr-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Merkulov
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
- - !ruby/object:Gem::Dependency
28
- name: bundler
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '1.15'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '1.15'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: rake
43
29
  requirement: !ruby/object:Gem::Requirement