etiqueta_rails 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.
@@ -0,0 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+ Gem::Specification.new do |s|
3
+ s.name = 'etiqueta_rails'
4
+ s.version = '0.0.1'
5
+ s.authors = ['Heriberto Perez', 'Victor Velazquez']
6
+ s.email = ['victorvelazquezgaspar@gmail.com', 'heriberto.perez@crowdint.com']
7
+ s.homepage = 'https://github.com/heridev/etiqueta_rails'
8
+ s.summary = 'Using tags in Rails app'
9
+ s.description = 'This friendly etiqueta rails gem give 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
File without changes
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: etiqueta_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Heriberto Perez
9
+ - Victor Velazquez
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2013-05-01 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: This friendly etiqueta rails gem give you tags in your Rails app.
16
+ email:
17
+ - victorvelazquezgaspar@gmail.com
18
+ - heriberto.perez@crowdint.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - etiqueta_rails.gemspec
24
+ - lib/etiqueta_rails.rb
25
+ homepage: https://github.com/heridev/etiqueta_rails
26
+ licenses: []
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ none: false
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 1.8.23
46
+ signing_key:
47
+ specification_version: 3
48
+ summary: Using tags in Rails app
49
+ test_files: []
50
+ has_rdoc: