xxx 0.1.0 → 0.1.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 (6) hide show
  1. data/LICENSE +1 -1
  2. data/README.rdoc +16 -4
  3. data/Rakefile +1 -0
  4. data/VERSION +1 -1
  5. data/xxx.gemspec +4 -3
  6. metadata +3 -3
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009 Jakub Kuźma
1
+ Copyright (c) 2009 Jakub Kuźma, Wojciech Wnętrzak
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,8 +1,20 @@
1
- = xxx
2
-
3
1
  == Usage
4
2
 
5
- Xxx.watch_porn
3
+ Install gem:
4
+ gem install xxx
5
+
6
+ From your command line just type:
7
+ xxx
8
+
9
+ You can specify option to choose a channel:
10
+ xxx -c youporn
11
+
12
+ To see all options type:
13
+ xxx -h
14
+
15
+ You can also launch porn from your irb:
16
+ require 'xxx'
17
+ Xxx.watch_porn :youporn
6
18
 
7
19
  == Note on Patches/Pull Requests
8
20
 
@@ -16,4 +28,4 @@
16
28
 
17
29
  == Copyright
18
30
 
19
- Copyright (c) 2010 Jakub Kuźma. See LICENSE for details.
31
+ Copyright (c) 2010 Jakub Kuźma, Wojciech Wnętrzak. See LICENSE for details.
data/Rakefile CHANGED
@@ -8,6 +8,7 @@ begin
8
8
  Jeweler::Tasks.new do |gem|
9
9
  gem.name = "xxx"
10
10
  gem.summary = %Q{Porn of the day}
11
+ gem.description = %{To watch a porn just type from your command line: xxx}
11
12
  gem.email = "qoobaa@gmail.com"
12
13
  gem.homepage = "http://github.com/qoobaa/xxx"
13
14
  gem.authors = ["Jakub Kuźma", "Wojciech Wnętrzak"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,12 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{xxx}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jakub Kuźma", "Wojciech Wnętrzak"]
12
12
  s.date = %q{2010-02-05}
13
13
  s.default_executable = %q{xxx}
14
+ s.description = %q{To watch a porn just type from your command line: xxx}
14
15
  s.email = %q{qoobaa@gmail.com}
15
16
  s.executables = ["xxx"]
16
17
  s.extra_rdoc_files = [
@@ -38,8 +39,8 @@ Gem::Specification.new do |s|
38
39
  s.rubygems_version = %q{1.3.5}
39
40
  s.summary = %q{Porn of the day}
40
41
  s.test_files = [
41
- "test/test_xxx.rb",
42
- "test/helper.rb"
42
+ "test/helper.rb",
43
+ "test/test_xxx.rb"
43
44
  ]
44
45
 
45
46
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xxx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub Ku\xC5\xBAma"
@@ -33,7 +33,7 @@ dependencies:
33
33
  - !ruby/object:Gem::Version
34
34
  version: "0"
35
35
  version:
36
- description:
36
+ description: "To watch a porn just type from your command line: xxx"
37
37
  email: qoobaa@gmail.com
38
38
  executables:
39
39
  - xxx
@@ -85,5 +85,5 @@ signing_key:
85
85
  specification_version: 3
86
86
  summary: Porn of the day
87
87
  test_files:
88
- - test/test_xxx.rb
89
88
  - test/helper.rb
89
+ - test/test_xxx.rb