ravicious-blipmimoza 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/blipmimoza.gemspec +60 -0
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -13,12 +13,12 @@ To prosty skrypt, który wykonuje następujące czynności:
|
|
13
13
|
* Pobierasz Ruby - {wersja dla Windows}[http://rubyforge.org/frs/download.php/29263/ruby186-26.exe] i instalujesz (użytkownicy innych systemów niż Windows powinni dać sobie radę...).
|
14
14
|
* Odpalasz konsolę i wpisujesz:
|
15
15
|
|
16
|
-
|
17
|
-
|
16
|
+
gem sources -a http://gems.github.com
|
17
|
+
gem install ravicious-clothmark
|
18
18
|
|
19
19
|
* Później już tylko wystarczy wklepać w konsoli:
|
20
20
|
|
21
|
-
|
21
|
+
blipmimoza -u twojnick -p twojehaslo
|
22
22
|
|
23
23
|
* Twoje hasło *nie* *jest* nigdzie zapisywane lub wysyłane. Używane jest tylko i wyłącznie w celu uwierzytelnienia użytkownika, co jest wymagane przez blipowe API.
|
24
24
|
* Zostawiasz sobie programik w tle, a resztę zrobi on sam ;)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/blipmimoza.gemspec
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = %q{blipmimoza}
|
8
|
+
s.version = "0.1.1"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Rafal Cieslak"]
|
12
|
+
s.date = %q{2009-08-29}
|
13
|
+
s.default_executable = %q{blipmimoza}
|
14
|
+
s.description = %q{Funny tool for Blip.pl}
|
15
|
+
s.email = %q{ravicious@gmail.com}
|
16
|
+
s.executables = ["blipmimoza"]
|
17
|
+
s.extra_rdoc_files = [
|
18
|
+
"LICENSE",
|
19
|
+
"README.rdoc"
|
20
|
+
]
|
21
|
+
s.files = [
|
22
|
+
".document",
|
23
|
+
".gitignore",
|
24
|
+
"LICENSE",
|
25
|
+
"README.rdoc",
|
26
|
+
"Rakefile",
|
27
|
+
"VERSION",
|
28
|
+
"bin/blipmimoza",
|
29
|
+
"blipmimoza.gemspec",
|
30
|
+
"lib/blipmimoza.rb",
|
31
|
+
"spec/blipmimoza_spec.rb",
|
32
|
+
"spec/spec_helper.rb"
|
33
|
+
]
|
34
|
+
s.has_rdoc = true
|
35
|
+
s.homepage = %q{http://github.com/ravicious/blipmimoza}
|
36
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
37
|
+
s.require_paths = ["lib"]
|
38
|
+
s.rubygems_version = %q{1.3.1}
|
39
|
+
s.summary = %q{Funny tool for Blip.pl}
|
40
|
+
s.test_files = [
|
41
|
+
"spec/blipmimoza_spec.rb",
|
42
|
+
"spec/spec_helper.rb"
|
43
|
+
]
|
44
|
+
|
45
|
+
if s.respond_to? :specification_version then
|
46
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
47
|
+
s.specification_version = 2
|
48
|
+
|
49
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
50
|
+
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
|
51
|
+
s.add_runtime_dependency(%q<crack>, [">= 0"])
|
52
|
+
else
|
53
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
54
|
+
s.add_dependency(%q<crack>, [">= 0"])
|
55
|
+
end
|
56
|
+
else
|
57
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
58
|
+
s.add_dependency(%q<crack>, [">= 0"])
|
59
|
+
end
|
60
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ravicious-blipmimoza
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rafal Cieslak
|
@@ -49,12 +49,12 @@ files:
|
|
49
49
|
- Rakefile
|
50
50
|
- VERSION
|
51
51
|
- bin/blipmimoza
|
52
|
+
- blipmimoza.gemspec
|
52
53
|
- lib/blipmimoza.rb
|
53
54
|
- spec/blipmimoza_spec.rb
|
54
55
|
- spec/spec_helper.rb
|
55
56
|
has_rdoc: true
|
56
57
|
homepage: http://github.com/ravicious/blipmimoza
|
57
|
-
licenses:
|
58
58
|
post_install_message:
|
59
59
|
rdoc_options:
|
60
60
|
- --charset=UTF-8
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements: []
|
76
76
|
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 1.
|
78
|
+
rubygems_version: 1.2.0
|
79
79
|
signing_key:
|
80
80
|
specification_version: 2
|
81
81
|
summary: Funny tool for Blip.pl
|