tag_dog 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. data/lib/tag_dog.rb +1 -0
  2. data/tag_dog.gemspec +12 -0
  3. metadata +56 -0
data/lib/tag_dog.rb ADDED
@@ -0,0 +1 @@
1
+ # contents.
data/tag_dog.gemspec ADDED
@@ -0,0 +1,12 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'tag_dog'
3
+ s.version = '0.0.1'
4
+ s.authors = ['Terry Ford']
5
+ s.email = ['ttf0809@gmail.com']
6
+ s.homepage = 'https://github.com/tbonelaforge/tag_dog'
7
+ s.summary = 'The tag dog'
8
+ s.description = 'This friendly dog gives you tags in your rails app.'
9
+ s.files = `git ls-files`.split("\n")
10
+ s.test_files = `git ls-files -- {spec}/*`.split("\n")
11
+ s.require_paths = ['lib']
12
+ end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tag_dog
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Terry Ford
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2013-05-01 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description: This friendly dog gives you tags in your rails app.
17
+ email:
18
+ - ttf0809@gmail.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - lib/tag_dog.rb
27
+ - tag_dog.gemspec
28
+ homepage: https://github.com/tbonelaforge/tag_dog
29
+ licenses: []
30
+
31
+ post_install_message:
32
+ rdoc_options: []
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: "0"
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ requirements: []
49
+
50
+ rubyforge_project:
51
+ rubygems_version: 1.8.23
52
+ signing_key:
53
+ specification_version: 3
54
+ summary: The tag dog
55
+ test_files: []
56
+