robohash 0.0.2 → 0.0.3

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,54 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: robohash_spec.rb [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2011-09-17 22:20:14 +0545</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>spec_helper</li>
35
+
36
+ </ul>
37
+ </dd>
38
+
39
+
40
+
41
+ </dl>
42
+ </div>
43
+
44
+ <div id="documentation">
45
+
46
+ <div class="description">
47
+ <h2>Description</h2>
48
+
49
+ </div>
50
+
51
+ </div>
52
+ </body>
53
+ </html>
54
+
@@ -0,0 +1,56 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: spec_helper.rb [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2011-09-17 22:01:54 +0545</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>rspec</li>
35
+
36
+ <li>robohash</li>
37
+
38
+ </ul>
39
+ </dd>
40
+
41
+
42
+
43
+ </dl>
44
+ </div>
45
+
46
+ <div id="documentation">
47
+
48
+ <div class="description">
49
+ <h2>Description</h2>
50
+
51
+ </div>
52
+
53
+ </div>
54
+ </body>
55
+ </html>
56
+
@@ -1,3 +1,3 @@
1
1
  module Robohash
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  require 'spec_helper'
2
2
  describe Robohash do
3
3
  it "Should return the correct version string" do
4
- Robohash::VERSION.should == "0.0.2"
4
+ Robohash::VERSION.should == "0.0.3"
5
5
  end
6
6
 
7
7
  it "Should return the correct version " do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robohash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-17 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70100620 !ruby/object:Gem::Requirement
16
+ requirement: &74571300 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70100620
24
+ version_requirements: *74571300
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: httparty
27
- requirement: &70100120 !ruby/object:Gem::Requirement
27
+ requirement: &74570840 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70100120
35
+ version_requirements: *74570840
36
36
  description: Downloads random robot images from robohash.org
37
37
  email:
38
38
  - xecutioner.kapil@gmail.com
@@ -43,8 +43,41 @@ files:
43
43
  - .gitignore
44
44
  - Gemfile
45
45
  - README.md
46
- - README.rdoc
47
46
  - Rakefile
47
+ - doc/Gemfile.html
48
+ - doc/Rakefile.html
49
+ - doc/Robohash.html
50
+ - doc/created.rid
51
+ - doc/images/brick.png
52
+ - doc/images/brick_link.png
53
+ - doc/images/bug.png
54
+ - doc/images/bullet_black.png
55
+ - doc/images/bullet_toggle_minus.png
56
+ - doc/images/bullet_toggle_plus.png
57
+ - doc/images/date.png
58
+ - doc/images/find.png
59
+ - doc/images/loadingAnimation.gif
60
+ - doc/images/macFFBgHack.png
61
+ - doc/images/package.png
62
+ - doc/images/page_green.png
63
+ - doc/images/page_white_text.png
64
+ - doc/images/page_white_width.png
65
+ - doc/images/plugin.png
66
+ - doc/images/ruby.png
67
+ - doc/images/tag_green.png
68
+ - doc/images/wrench.png
69
+ - doc/images/wrench_orange.png
70
+ - doc/images/zoom.png
71
+ - doc/index.html
72
+ - doc/js/darkfish.js
73
+ - doc/js/jquery.js
74
+ - doc/js/quicksearch.js
75
+ - doc/js/thickbox-compressed.js
76
+ - doc/lib/robohash/version_rb.html
77
+ - doc/lib/robohash_rb.html
78
+ - doc/rdoc.css
79
+ - doc/spec/robohash_spec_rb.html
80
+ - doc/spec/spec_helper_rb.html
48
81
  - lib/robohash.rb
49
82
  - lib/robohash/version.rb
50
83
  - robohash.gemspec
@@ -1,20 +0,0 @@
1
- #Description
2
- This gem downloads the user defined number of robohash images from the robohash.org
3
-
4
- #Installation
5
- `gem install robohash`
6
-
7
- OR in your gemfile
8
-
9
- `gem robohash`
10
-
11
- #Use
12
- 1. Download Images
13
- `Robohash.get_images`
14
-
15
- 2.Change default number of images to be downloaded
16
- ` Robohash.default_num=150`
17
-
18
- 3.Change default directory to download images
19
- ` Robohash.default_directory="images/robots"`
20
-