RuGPost 0.1.0.beta.3 → 0.1.0.beta.4

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.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RuGPost
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196405
4
+ hash: 62196411
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 3
12
- version: 0.1.0.beta.3
11
+ - 4
12
+ version: 0.1.0.beta.4
13
13
  platform: ruby
14
14
  authors:
15
15
  - emime
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-05-08 00:00:00 Z
20
+ date: 2011-05-10 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -41,46 +41,48 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- hash: 15
44
+ hash: 57
45
45
  segments:
46
- - 0
47
46
  - 4
48
- - 0
49
- version: 0.4.0
47
+ - 2
48
+ - 7
49
+ version: 4.2.7
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  requirement: *id002
53
- name: gmail
53
+ name: RedCloth
54
54
  - !ruby/object:Gem::Dependency
55
55
  version_requirements: &id003 !ruby/object:Gem::Requirement
56
56
  none: false
57
57
  requirements:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- hash: 3
60
+ hash: 15
61
61
  segments:
62
62
  - 0
63
- version: "0"
64
- type: :development
63
+ - 4
64
+ - 0
65
+ version: 0.4.0
66
+ type: :runtime
65
67
  prerelease: false
66
68
  requirement: *id003
67
- name: shoulda
69
+ name: gmail
68
70
  - !ruby/object:Gem::Dependency
69
71
  version_requirements: &id004 !ruby/object:Gem::Requirement
70
72
  none: false
71
73
  requirements:
72
- - - ~>
74
+ - - ">="
73
75
  - !ruby/object:Gem::Version
74
- hash: 23
76
+ hash: 37
75
77
  segments:
76
- - 1
77
- - 0
78
78
  - 0
79
- version: 1.0.0
80
- type: :development
79
+ - 9
80
+ - 15
81
+ version: 0.9.15
82
+ type: :runtime
81
83
  prerelease: false
82
84
  requirement: *id004
83
- name: bundler
85
+ name: extlib
84
86
  - !ruby/object:Gem::Dependency
85
87
  version_requirements: &id005 !ruby/object:Gem::Requirement
86
88
  none: false
@@ -101,16 +103,18 @@ dependencies:
101
103
  version_requirements: &id006 !ruby/object:Gem::Requirement
102
104
  none: false
103
105
  requirements:
104
- - - ">="
106
+ - - ~>
105
107
  - !ruby/object:Gem::Version
106
- hash: 3
108
+ hash: 27
107
109
  segments:
110
+ - 2
111
+ - 5
108
112
  - 0
109
- version: "0"
113
+ version: 2.5.0
110
114
  type: :development
111
115
  prerelease: false
112
116
  requirement: *id006
113
- name: rcov
117
+ name: rspec
114
118
  description: Ru(by) G(mail) Post(erous) command line facility
115
119
  email: e.141592@gmail.com
116
120
  executables:
@@ -130,7 +134,6 @@ files:
130
134
  - RuGPost.gemspec
131
135
  - VERSION
132
136
  - bin/rugpost
133
- - lib/.RuGPost.rb.swp
134
137
  - lib/RuGPost.rb
135
138
  - lib/rugpost/commands.rb
136
139
  - lib/rugpost/commands/post_commands.rb
@@ -143,10 +146,32 @@ files:
143
146
  - lib/rugpost/utilis.rb
144
147
  - pkg/RuGPost-0.1.0.1.beta.gem
145
148
  - pkg/RuGPost-0.1.0.beta.2.gem
146
- - spec/.spec_helper.rb.swp
149
+ - pkg/RuGPost-0.1.0.beta.3.gem
150
+ - rdoc/classes/RuGPost.html
151
+ - rdoc/classes/RuGPost/Post.html
152
+ - rdoc/classes/RuGPost/Project.html
153
+ - rdoc/classes/RuGPost/Site.html
154
+ - rdoc/classes/RuGPost/Utilis.html
155
+ - rdoc/created.rid
156
+ - rdoc/files/README_rdoc.html
157
+ - rdoc/files/lib/RuGPost_rb.html
158
+ - rdoc/files/lib/rugpost/commands/post_commands_rb.html
159
+ - rdoc/files/lib/rugpost/commands/project_commands_rb.html
160
+ - rdoc/files/lib/rugpost/commands_rb.html
161
+ - rdoc/files/lib/rugpost/on_error_rb.html
162
+ - rdoc/files/lib/rugpost/post_rb.html
163
+ - rdoc/files/lib/rugpost/prepost_rb.html
164
+ - rdoc/files/lib/rugpost/project_rb.html
165
+ - rdoc/files/lib/rugpost/site_rb.html
166
+ - rdoc/files/lib/rugpost/utilis_rb.html
167
+ - rdoc/fr_class_index.html
168
+ - rdoc/fr_file_index.html
169
+ - rdoc/fr_method_index.html
170
+ - rdoc/index.html
171
+ - rdoc/rdoc-style.css
172
+ - spec/post_spec.rb
173
+ - spec/project_spec.rb
147
174
  - spec/spec_helper.rb
148
- - spec/spec_post.rb
149
- - spec/spec_project.rb
150
175
  - test/helper.rb
151
176
  - test/test_RuGPost.rb
152
177
  homepage: http://github.com/3mime/RuGPost
data/lib/.RuGPost.rb.swp DELETED
Binary file
Binary file