my_tags 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.
- checksums.yaml +7 -0
- data/lib/my_tags.rb +0 -0
- data/my_tags.gemspec +15 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 38e17cfa04d2dbba23780a28aca45f071273d438
|
4
|
+
data.tar.gz: bc8aaf17fd17bb78f1785216fbad90729027e5a3
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bca83084252ff42a9484900784f9de0d39f9fd6efd2ddeaa6f0a5b40c2967a74f66af3d7a426c3f20d8c0d5b8d76e10a66e3259ec48c44943ee0d7f18cae9ac1
|
7
|
+
data.tar.gz: 1417b98185cbe7aa7785486382def51eee591865b6abf9dcf97b46e4ee483ac5770d55073d33127cdda1417c1fe16da5ceaf8c35fc1ae2236bfb341b52c268b8
|
data/lib/my_tags.rb
ADDED
File without changes
|
data/my_tags.gemspec
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = 'my_tags'
|
3
|
+
s.version = '0.0.1'
|
4
|
+
s.authors = ['Vitaly Omelchenko']
|
5
|
+
s.email = ['prosto.vint@gmail.com']
|
6
|
+
s.homepage = 'https://github.com/vintyara/my_tags'
|
7
|
+
s.summary = 'My Tags'
|
8
|
+
s.description = 'Simple Tags for rails app'
|
9
|
+
|
10
|
+
s.files = `git ls-files`.split("\n")
|
11
|
+
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
12
|
+
s.require_paths = ['lib']
|
13
|
+
|
14
|
+
s.required_ruby_version = '>=1.9.2'
|
15
|
+
end
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: my_tags
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Vitaly Omelchenko
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-08-06 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Simple Tags for rails app
|
14
|
+
email:
|
15
|
+
- prosto.vint@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/my_tags.rb
|
21
|
+
- my_tags.gemspec
|
22
|
+
homepage: https://github.com/vintyara/my_tags
|
23
|
+
licenses: []
|
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: 1.9.2
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.2.2
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: My Tags
|
45
|
+
test_files: []
|