plagiarism 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 64482e60200493e3f7613948d4ed08d0772ec5a7
4
+ data.tar.gz: 9e53294f00f5461af8cda5ed27ac83e4efaa582b
5
+ SHA512:
6
+ metadata.gz: 5421a51c67aff972684eb5cd21669f79c9459959a04f52659220d9a4b3de81139f6f8b58dc88edad20bf9078a032888840751a8343d824b89e4063b37711718d
7
+ data.tar.gz: d0cc144ddb0bc290933dbc56f95769e82506163579455d3812c1c1b7902d674bd5ca093989a75062e9f99621060169618841665895e2293b27d0ba5523b7bc65
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ /plagiarism-*.gem
2
+ /Gemfile.lock
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source "https://rubygems.org"
2
+ gemspec
data/lib/plagiarism.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Plagiarism
2
+
3
+ end
@@ -0,0 +1,12 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'plagiarism'
3
+ s.version = '0.0.0'
4
+ s.summary = "Wrapper for the Copyscape Premium API"
5
+ s.description = "Wrapper for the Copyscape Premium API"
6
+ s.homepage = "https://github.com/zohlgren/plagiarism"
7
+ s.authors = ["Zach Ohlgren"]
8
+ s.email = 'zach@ohlgren.me'
9
+
10
+ s.files = `git ls-files`.split("\n")
11
+ s.require_path = "lib"
12
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: plagiarism
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Zach Ohlgren
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Wrapper for the Copyscape Premium API
14
+ email: zach@ohlgren.me
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - .gitignore
20
+ - Gemfile
21
+ - lib/plagiarism.rb
22
+ - plagiarism.gemspec
23
+ homepage: https://github.com/zohlgren/plagiarism
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.0.7
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Wrapper for the Copyscape Premium API
46
+ test_files: []