my_auth 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/my_auth.rb +0 -0
  3. data/my_auth.gemspec +14 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a709eb9b453bf4690baded2946911513ec578a0c
4
+ data.tar.gz: e32dba0d171ef6cf5915df84a03fcd11cd96ad2d
5
+ SHA512:
6
+ metadata.gz: fabf89d02df1f2387e4620c5eae73edfb5aff08869e00b4556cde6aba97fe054881d31a6a42881de19b397ee0c97ab13a8766b6c11dfe4267c0789c6ce2e7b81
7
+ data.tar.gz: 49949f43f1eb872bfa6af27aa44662b1fcf55fe173c3645b290863ea80c2e5b7f85d6ae6654ff7714715c7f3b0c64f6f3b8d0ec6fa09a912b58825e97a0c8f0b
data/lib/my_auth.rb ADDED
File without changes
data/my_auth.gemspec ADDED
@@ -0,0 +1,14 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'my_auth'
3
+ s.version = '0.0.1'
4
+ s.authors = ['Vitaly Omelchenko']
5
+ s.email = ['prosto.vint@gmail.com']
6
+ s.homepage = 'https://github.com/vintyara/my_auth'
7
+ s.summary = 'Simple Auth'
8
+ s.description = 'Simples Auth for rails app'
9
+ s.license = 'MIT'
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: my_auth
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Vitaly Omelchenko
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simples Auth for rails app
14
+ email:
15
+ - prosto.vint@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/my_auth.rb
21
+ - my_auth.gemspec
22
+ homepage: https://github.com/vintyara/my_auth
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.2.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Simple Auth
46
+ test_files: []