tag_simonsez 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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6aa57eaac0a6bae45bd179c76083ba532386d964
4
+ data.tar.gz: b0688227987c9ba85719ea55a8f48e58fe192306
5
+ SHA512:
6
+ metadata.gz: 6b0067f265d9f69be56b76ef26e1b0e8d0d15359efe4d0df411691862fe662f205511c5ef56ff3c0c4e4b4fa55acd36b8a63215c0bdc6cf6d723b3ebab11d8bd
7
+ data.tar.gz: 1e1d0c310da767a6726dce5be6dc0e214f79bf783278cedc7638122f49bf49ba31ef31e5b1728e2dbbeb25ead095a914632929ddaea37b13bf901afee7c20703
File without changes
@@ -0,0 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+ Gem::Specification.new do |s|
3
+ s.name = 'tag_simonsez'
4
+ s.version = '0.0.1'
5
+ s.authors = ['Simon Lee']
6
+ s.email = ['oprogfrogo@gmail.com']
7
+ s.homepage = 'https://github.com/oprogfrogo/tag_simonsez'
8
+ s.summary = 'The Tag SimonSez'
9
+ s.description = 'This friendly SimonSez gem that 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,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tag_simonsez
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Simon Lee
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-05-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This friendly SimonSez gem that gives you tags in your Rails app.
14
+ email:
15
+ - oprogfrogo@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/tag_simonsez.rb
21
+ - tag_simonsez.gemspec
22
+ homepage: https://github.com/oprogfrogo/tag_simonsez
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 SimonSez
45
+ test_files: []
46
+ has_rdoc: