tag_marmoset 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 +15 -0
- data/lib/tag_marmoset.rb +0 -0
- data/tag_marmoset.gemspec +15 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YWJkNjk0N2RkMmEwZjA2YmZjY2VlNjk0ZDYzMWJmN2FkMmNiNGViZA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MWVlYTg5ZmYzYWU1OTEzYWRlMDgxM2M4MWRkNDExYzM3NGE1OTM1ZA==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YjhjMzIxNTNmMjA1ZDM3Y2UxNzE3ZDZhYjA5MTgxOTEzM2ViODk1NTlhMWQ3
|
|
10
|
+
YTVkYTYzYWVjMjk0ZWI0MDQzNmMyNDdmYmVhYWM1YWI5MmQ5NjE4MDhjYjFh
|
|
11
|
+
OWMxNTVkMDg2MTVjOTQ2MWQyZTAzMDJjMWE5ZmVjNWNiZWM5N2Y=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZjMxMzRhMzFiYzcxOTg5ZTdhMjU1NzUzMjMyODZiNTVmMDRiZDdlMmU1M2Q0
|
|
14
|
+
YzNkMGRkZDQxNWU4ZGZjNzVkMDJlOTIxMjRiYzFlN2JiYWNkZGQ1ZmNkMjU2
|
|
15
|
+
YjViNmFhMjM2NzE2MWQ1NTdiMzg0MmYxMjVhZTA0YWQ4YWVjNjA=
|
data/lib/tag_marmoset.rb
ADDED
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
Gem::Specification.new do |s|
|
|
3
|
+
s.name = 'tag_marmoset'
|
|
4
|
+
s.version = '0.0.1'
|
|
5
|
+
s.authors = ['Rachel Sakry']
|
|
6
|
+
s.email = ['rachelsakry@gmail.com']
|
|
7
|
+
s.homepage = 'https://github.com/ribbitfix/tag_marmoset'
|
|
8
|
+
s.summary = 'The Tag Marmoset'
|
|
9
|
+
s.description = 'This friendly Marmoset 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
|
|
15
|
+
|
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tag_marmoset
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Rachel Sakry
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2013-05-01 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: This friendly Marmoset gives you tags in your Rails app.
|
|
14
|
+
email:
|
|
15
|
+
- rachelsakry@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/tag_marmoset.rb
|
|
21
|
+
- tag_marmoset.gemspec
|
|
22
|
+
homepage: https://github.com/ribbitfix/tag_marmoset
|
|
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
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.0.3
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: The Tag Marmoset
|
|
45
|
+
test_files: []
|
|
46
|
+
has_rdoc:
|