hadir 0.1.0
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 +7 -0
- data/Rakefile +8 -0
- data/bin/hadir +4 -0
- data/lib/hadir.rb +7 -0
- data/test/test_hadir.rb +8 -0
- metadata +47 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1947f958529bc0ab2808006c0459d6c692b6a3ef
|
4
|
+
data.tar.gz: d2ec1a3a1b5f56f5e11ee5c1bbe484919f3b36d6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 42cbfa8a9e8c7198ad3b47e3b56fcb7faa79ca2437ee49f39e57c05b6d9bf33558ef240e902d4cde4e383f58702ba963bb9f380dcf0b46ae4c5170e8f5093664
|
7
|
+
data.tar.gz: 580bc90fc044ae6071843e237cdfaa2e33d36b65500dd0271803156061c92c6d238feadbe31aa76598bb39bd63316fa89ad507be6103bd1c3a8a082a63ec92cd
|
data/Rakefile
ADDED
data/bin/hadir
ADDED
data/lib/hadir.rb
ADDED
data/test/test_hadir.rb
ADDED
metadata
ADDED
@@ -0,0 +1,47 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: hadir
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ali Sepehri.Kh
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-07-08 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Authorization mechanism
|
14
|
+
email: ali.sepehri.kh@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- Rakefile
|
20
|
+
- bin/hadir
|
21
|
+
- lib/hadir.rb
|
22
|
+
- test/test_hadir.rb
|
23
|
+
homepage: http://rubygems.org/gems/hadir
|
24
|
+
licenses: []
|
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.6.6
|
43
|
+
signing_key:
|
44
|
+
specification_version: 3
|
45
|
+
summary: hadir!
|
46
|
+
test_files:
|
47
|
+
- test/test_hadir.rb
|