tag_ocelot 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/tag_ocelot.rb +0 -0
  2. data/tag_ocelot.gemspec +14 -0
  3. metadata +67 -0
data/lib/tag_ocelot.rb ADDED
File without changes
@@ -0,0 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+ Gem::Specification.new do |s|
3
+ s.name = 'tag_ocelot'
4
+ s.version = '0.0.1'
5
+ s.authors = ['Brian Case']
6
+ s.email = ['brian@curvo.com']
7
+ s.homepage = 'https://github.com/curvo/tag_ocelot'
8
+ s.summary = 'The Tag Ocelot'
9
+ s.description = 'This friendly ocelot 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,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tag_ocelot
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Brian Case
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2013-05-01 00:00:00 Z
19
+ dependencies: []
20
+
21
+ description: This friendly ocelot gives you tags in your Rails app.
22
+ email:
23
+ - brian@curvo.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - lib/tag_ocelot.rb
32
+ - tag_ocelot.gemspec
33
+ homepage: https://github.com/curvo/tag_ocelot
34
+ licenses: []
35
+
36
+ post_install_message:
37
+ rdoc_options: []
38
+
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ hash: 3
47
+ segments:
48
+ - 0
49
+ version: "0"
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ requirements: []
60
+
61
+ rubyforge_project:
62
+ rubygems_version: 1.8.24
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: The Tag Ocelot
66
+ test_files: []
67
+