youtube_it 1.4.3 → 2.0.0

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.
data/History.txt DELETED
@@ -1,16 +0,0 @@
1
- * Initial fork
2
-
3
- == 0.0.1 / 2010-07-05
4
-
5
- * Enhanced youtube-g to support:
6
- ~> direct uploads to youtube
7
- ~> update video on youtube
8
- ~> comment on youtube video
9
- ~> delete youtube video
10
-
11
- == 0.0.2 / 2010-07-07
12
-
13
- * ACL support
14
-
15
- == 0.0.3 / 2010-08-12
16
-
data/TODO.txt DELETED
@@ -1,16 +0,0 @@
1
- [ ] stub out http request/response cycle for tests
2
- [ ] allow specifying values as single items where you don't need to wrap in a list, e.g. :tags => :chickens instead of :tags => [ 'chickens' ]
3
- [ ] make sure symbols will work as well as tags everywhere (again, :tags => :chickens is same as :tags => 'chickens')
4
- [ ] figure out better structure for class/file (either rename request/video_search.rb or split into one class per file again)
5
- [ ] restore spaces after method def names
6
- [ ] use a proxy for testing with static sample result xml so we have repeatable tests
7
- [ ] Clean up tests using Shoulda to define contexts
8
- [ ] Allow :category and :categories for query DSL
9
- [ ] Exception handling
10
-
11
- == API Features TODO
12
-
13
- [ ] Profile feed parsing
14
- [ ] Playlist feeds
15
- [ ] User subscriptions
16
- [ ] Video comments