tag_giraffe 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: af92b9a12021428e30063c8fab677b8bb25ccf6b
4
+ data.tar.gz: 7eef792a1326a1913245cfa741cb4271ed20fc76
5
+ SHA512:
6
+ metadata.gz: 3d2a6b6de61ea0942c95f47d9835edc33685846090e3046dfc6740b8e4cce16b3fa32d74c6d5480108572c457067c40a66699577122f606ed442e4afebd73411
7
+ data.tar.gz: c094f7820ad5a031244adcb39281a9303b0ff7e8569027587715daf6aed49715948f04be1c0672ee3b91fae73570bae34f1c41a54046856148a50f8fe9246d0f
File without changes
@@ -0,0 +1,13 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'tag_giraffe'
3
+ s.version = '0.0.1'
4
+ s.authors = [ 'Scott Kennedy' ]
5
+ s.email = [ 'skennedy84@gmail.com' ]
6
+ s.homepage = 'https://github.com/scott-kennedy/tag_giraffe'
7
+ s.summary = 'The Tag Giraffe'
8
+ s.description = 'This friendly giraffe gives you tags in your Rails app.'
9
+
10
+ s.files = `git ls-files`.split("\n")
11
+ s.test_files = `git ls-files -- {spec}/*`.split("\n")
12
+ s.require_paths = [ "lib" ]
13
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tag_giraffe
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Scott Kennedy
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This friendly giraffe gives you tags in your Rails app.
14
+ email:
15
+ - skennedy84@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/tag_giraffe.rb
21
+ - tag_giraffe.gemspec
22
+ homepage: https://github.com/scott-kennedy/tag_giraffe
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.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: The Tag Giraffe
45
+ test_files: []