deboshir 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/deboshir.rb +1 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 84e0c35e2ae1274e817e1a829ffc7577447c1ec1edc98fff89ba936de1645ece
4
+ data.tar.gz: 50efcd0a741ac444c78d080282fb1c58f0358e9f8f6eea1dda94de38010976e7
5
+ SHA512:
6
+ metadata.gz: 499e81f5cff3bc6f2c7f0e148e0d900fa54135c0719de536e64d5c5c45abd5a2b0ca40142f61824b73a5add7f25de207c8d0f74cc718b5e169816bd2fd7e04fe
7
+ data.tar.gz: 0fb1cb113de8a13eec4f53d073dca65470380f8590acdd639309a8b9a99fa39195f5ba318a063a464b451889d42181642817a41c02698f234ab7bc0646d6ef48
@@ -0,0 +1 @@
1
+ puts 'Gem initialize. Gem under construction.'
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: deboshir
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Alexey Tsaplin-Kupaysinov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'Ruby gem for Search Engine Optimisation: work with SEO parameters in
14
+ your project'
15
+ email: info@krdprog.ru
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/deboshir.rb
21
+ homepage: https://github.com/krdprog/deboshir
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Ruby gem for Search Engine Optimisation
44
+ test_files: []