tag_ramaprasad 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/tag_ramaprasad.rb +0 -0
- data/tag_ramaprasad.gemspec +14 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 2ac0d6f2a4cc4eefa89ffd365a6ab500fdcf3aa0ab267b850418dfaf50030e27
|
|
4
|
+
data.tar.gz: 70aa4fb3224f2e8d1438de563560ed5cbac35df459e1fad6bec6a3905cdace6c
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: e98c87303d13d24df568c793848cc92a5c705d847abc0dea479df198065a45cb6947a6d474f8248a8bf4744adf3d370d978b9d17b11d7081c58fa56975040ac0
|
|
7
|
+
data.tar.gz: bdd1c08399317ab8cfce526401af859a3e69159ddc0802893ab89c4a05d871f1e29f8998b18db2d8eb5d1e9a31b36ee2bb97af080ccdff51e7bc5f190881574e
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
Gem::Specification.new do |s|
|
|
3
|
+
s.name = 'tag_ramaprasad'
|
|
4
|
+
s.version = '0.0.1'
|
|
5
|
+
s.authors = ['Rama Prasad']
|
|
6
|
+
s.email = ['link2prasad@gmail.com']
|
|
7
|
+
s.homepage = 'https://github.com/link2prasad/tag_ramaprasad'
|
|
8
|
+
s.summary = 'The Tag RamaPrasad'
|
|
9
|
+
s.description = 'This friendly ramaprasad gives you tags in your Rails app.'
|
|
10
|
+
|
|
11
|
+
s.files = `git ls-files`.split("\n")
|
|
12
|
+
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
|
13
|
+
s.require_paths = ['lib']
|
|
14
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tag_ramaprasad
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Rama Prasad
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2021-02-26 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: This friendly ramaprasad gives you tags in your Rails app.
|
|
14
|
+
email:
|
|
15
|
+
- link2prasad@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/tag_ramaprasad.rb
|
|
21
|
+
- tag_ramaprasad.gemspec
|
|
22
|
+
homepage: https://github.com/link2prasad/tag_ramaprasad
|
|
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: '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.1.2
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: The Tag RamaPrasad
|
|
44
|
+
test_files: []
|