doxie 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/doxie.rb +3 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 527926944c0830cd6d8f8b5760a4a884c6754b26
4
+ data.tar.gz: 159eb29f7710a888df6022c1785f7e0e2dc43a6a
5
+ SHA512:
6
+ metadata.gz: 350d6c4d81e85bc6839ed982b2f225f84ce7877486833ddd23df6f546f03b126d44dc0e10c73861347fa2da4ade70ffb6d2b6eea5d042e7df74d94fd6834cd2b
7
+ data.tar.gz: 584214bbae8a7c064b0a30fbda24694daf10b6d955f64cff9fcbcc19100a642a65bde5e272fade9509b51140c366d32424d6f4a7bd95a1bbd43fe6277102b48d
@@ -0,0 +1,3 @@
1
+ class Doxie
2
+
3
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: doxie
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Cristiano Betta
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-05-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Doxie API Wrapper for getting scans off your Doxie scanner
14
+ email: cbetta@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/doxie.rb
20
+ homepage: https://github.com/cbetta/doxie
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Doxie API Wrapper for getting scans off your Doxie scanner
44
+ test_files: []