flixit 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/{README.md → README.rdoc} +6 -7
  2. data/VERSION +1 -1
  3. metadata +4 -4
@@ -1,12 +1,11 @@
1
- flixit
2
- ======
1
+ = flixit
3
2
 
4
- Heavily based on the [flixcloud gem](http://github.com/flixcloud/flix_cloud-gem).
3
+ Heavily based on the {flixcloud gem}[http://github.com/flixcloud/flix_cloud-gem].
5
4
  I removed dependancies on a specific httpclient. To play nice with fakeweb this gem relies on rest-client.
6
5
  I will improve tests as I go.
7
6
 
8
- Note on Patches/Pull Requests
9
- -----------------------------
7
+ == Note on Patches/Pull Requests
8
+
10
9
  * Fork the project.
11
10
  * Make your feature addition or bug fix.
12
11
  * Add tests for it. This is important so I don't break it in a
@@ -15,7 +14,7 @@ Note on Patches/Pull Requests
15
14
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
16
15
  * Send me a pull request. Bonus points for topic branches.
17
16
 
18
- Copyright
19
- ---------
17
+ == Copyright
18
+
20
19
 
21
20
  Copyright (c) 2010 Leandro Pedroni. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.11
1
+ 0.0.12
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 11
9
- version: 0.0.11
8
+ - 12
9
+ version: 0.0.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leandro Pedroni
@@ -95,12 +95,11 @@ extensions: []
95
95
 
96
96
  extra_rdoc_files:
97
97
  - LICENSE
98
- - README.md
98
+ - README.rdoc
99
99
  files:
100
100
  - .document
101
101
  - .gitignore
102
102
  - LICENSE
103
- - README.md
104
103
  - Rakefile
105
104
  - VERSION
106
105
  - lib/flixit.rb
@@ -117,6 +116,7 @@ files:
117
116
  - spec/job_spec.rb
118
117
  - spec/spec.opts
119
118
  - spec/spec_helper.rb
119
+ - README.rdoc
120
120
  has_rdoc: true
121
121
  homepage: http://github.com/ilpoldo/flixit
122
122
  licenses: []