Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nowa committed Jun 22, 2009
0 parents commit 709c4d6
Show file tree
Hide file tree
Showing 12 changed files with 196 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -0,0 +1,5 @@
=== 0.0.1 / 2009-06-22

* 1 major enhancement

* Birthday!
20 changes: 20 additions & 0 deletions MIT-LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2009 Nowa Zhu <nowazhu@gmail.com>, http://nowa.me.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19 changes: 19 additions & 0 deletions README
@@ -0,0 +1,19 @@
= TOP4R

* http://top4r.labs.nowa.me

== DESCRIPTION:

TOP4R封装了淘宝开发平台的接口,帮助你快速构建基于TOP的应用程序。

== FEATURES/PROBLEMS:

* 自动签名

== REQUIREMENTS:

* rubygems

== INSTALL:

sudo gem install nowa-top4r -s http://gems.github.com
19 changes: 19 additions & 0 deletions README.markdown
@@ -0,0 +1,19 @@
### TOP4R ###

[http://top4r.labs.nowa.me](http://top4r.labs.nowa.me)

### DESCRIPTION ###

TOP4R封装了淘宝开发平台的接口,帮助你快速构建基于TOP的应用程序。

### FEATURES ###

* 自动签名

### BY ###

Nowa Zhu (nowazhu[at]gmail[dot]com)

[http://nowa.me](http://nowa.me)

2009-06-22
3 changes: 3 additions & 0 deletions Rakefile
@@ -0,0 +1,3 @@
$:.unshift('lib')

require 'rubygems'
Empty file added TODO
Empty file.
2 changes: 2 additions & 0 deletions bin/top4r
@@ -0,0 +1,2 @@
#!/usr/bin/env ruby

8 changes: 8 additions & 0 deletions lib/top4r.rb
@@ -0,0 +1,8 @@
$:.unshift(File.dirname(__FILE__))

require 'rubygems'

module TOP4R; end


require 'top4r/model.rb'
Empty file added lib/top4r/model.rb
Empty file.
6 changes: 6 additions & 0 deletions spec/spec.opts
@@ -0,0 +1,6 @@
--colour
--format
progress
--loadby
mtime
--reverse
21 changes: 21 additions & 0 deletions top4r.gemspec
@@ -0,0 +1,21 @@
Gem::Specification.new do |s|
s.name = %q{top4r}
s.version = "0.0.1"
s.platform = Gem::Platform::RUBY
s.has_rdoc = true
s.extra_rdoc_files = ["README.markdown", "README", "CHANGES", "TODO",]
s.summary = %q{TOP4R is a library that can help you build plugin for TaoBao.com quickly.}
s.authors = ['Nowa Zhu']
s.date = %q{2009-06-22}
s.email = ['nowazhu@gmail.com']
s.homepage = %q{http://top4r.labs.nowa.me}
s.rubyforge_project = %q{top4r}
# s.add_dependency(%q<hoe>, [">= 1.5.3"])

s.files = ["lib/top4r.rb"]
s.bindir = 'bin'
s.executables = ['top4r']
s.default_executable = %q{top4r}
s.require_paths = ["lib"]
s.rdoc_options = ["--main", "README.markdown"]
end
93 changes: 93 additions & 0 deletions top4r.tmproj
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>currentDocument</key>
<string>Rakefile</string>
<key>documents</key>
<array>
<dict>
<key>expanded</key>
<true/>
<key>name</key>
<string>top4r</string>
<key>regexFolderFilter</key>
<string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
<key>sourceDirectory</key>
<string></string>
</dict>
</array>
<key>fileHierarchyDrawerWidth</key>
<integer>237</integer>
<key>metaData</key>
<dict>
<key>CHANGES</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>13</integer>
<key>line</key>
<integer>4</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>README.markdown</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>10</integer>
<key>line</key>
<integer>18</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>Rakefile</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>18</integer>
<key>line</key>
<integer>2</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
<key>top4r.gemspec</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>18</integer>
<key>line</key>
<integer>15</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>0</integer>
</dict>
</dict>
<key>openDocuments</key>
<array>
<string>top4r.gemspec</string>
<string>Rakefile</string>
<string>README.markdown</string>
<string>CHANGES</string>
</array>
<key>showFileHierarchyDrawer</key>
<true/>
<key>windowFrame</key>
<string>{{752, 186}, {1156, 970}}</string>
</dict>
</plist>

0 comments on commit 709c4d6

Please sign in to comment.