Skip to content

Commit

Permalink
Use Indexfile and Gemfile for index instead of var. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Feb 8, 2014
1 parent 8574d03 commit 1ea0065
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 23 deletions.
30 changes: 15 additions & 15 deletions .index
Expand Up @@ -2,28 +2,26 @@
revision: 2013
type: ruby
sources:
- var
- Indexfile
- Gemfile
authors:
- name: Thomas Sawyer
email: transfire@gmail.com
organizations: []
organizations:
- name: Rubyworks
requirements:
- groups:
- test
development: true
version: '>= 0'
name: lemon
- groups:
- test
development: true
version: '>= 0'
name: qed
- groups:
- build
development: true
name: rc
- groups:
- build
development: true
name: detroit
- test
version: '>= 0'
name: rubytest-cli
conflicts: []
alternatives: []
resources:
Expand Down Expand Up @@ -57,12 +55,14 @@ paths:
- lib/standard
name: facets
title: Ruby Facets
summary: Premium Ruby Extensions
created: '2004-12-16'
version: 3.0.0
summary: The orginal well curated collection of extension methods for Ruby.
slogan: ALL YOUR BASE ARE BELONG TO RUBY!
description: Facets is the premier collection of extension methods for the Ruby programming
language. Facets extensions are unique by virtue of thier atomicity. They are stored
in individual files allowing for highly granular control of requirements. In addition,
Facets includes a few additional classes and mixins suitable to wide variety of
applications.
version: 3.0.0
date: '2014-01-07'
scm_uri: https://github.com/rubyworks/facets/tree/master
created: '2004-12-16'
date: '2014-02-08'
13 changes: 12 additions & 1 deletion Gemfile
@@ -1,2 +1,13 @@
source :rubygems
gemspec

group :test do
gem 'lemon'
gem 'qed'
gem 'rubytest-cli'
end

#group :build do
# gem 'detroit'
# gem 'rc'
#end

52 changes: 52 additions & 0 deletions Indexfile
@@ -0,0 +1,52 @@
---
name:
facets

version:
3.0.0

title:
Ruby Facets

summary:
The orginal well curated collection of extension methods for Ruby.

slogan:
ALL YOUR BASE ARE BELONG TO RUBY!

description:
Facets is the premier collection of extension methods for the Ruby programming language.
Facets extensions are unique by virtue of thier atomicity. They are stored in individual
files allowing for highly granular control of requirements. In addition, Facets includes
a few additional classes and mixins suitable to wide variety of applications.

organization:
Rubyworks

resources:
home: http://rubyworks.github.com/facets
code: http://github.com/rubyworks/facets
docs: http://rubyworks.github.com/facets/learn.html
wiki: http://wiki.github.com/rubyworks/facets
talk: http://groups.google.com/group/facets-universal

repositories:
upstream: git@github.com:rubyworks/facets.git

paths:
load:
- lib/core
- lib/standard

scm_uri:
https://github.com/rubyworks/facets/tree/master

authors:
- Thomas Sawyer <transfire@gmail.com>

copyrights:
- (c) 2004 Rubyworks (BSD-2-Clause)

created:
2004-12-16

6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -148,7 +148,7 @@ end


#
# QED
# QED DEMOS
# ----------------------------------------------------------------------------

desc "run qed docs"
Expand Down Expand Up @@ -181,7 +181,7 @@ end


#
# Extension Clashes
# EXTENSION CLASHES
#-----------------------------------------------------------------------------

# TODO: need to fork each lookup via a seprate process to get a clean picture
Expand Down Expand Up @@ -227,7 +227,7 @@ end
desc "release preperation"
task "prepare" do
sh "mast -u"
sh "index -u var"
sh "index -u Indexfile Gemfile"
end

desc "create gem package"
Expand Down
10 changes: 6 additions & 4 deletions var/requirements
@@ -1,5 +1,7 @@
---
- lemon (test)
- qed (test)
- rc (build)
- detroit (build)
- rubytest-cli (test)
- lemon (test)
- qed (test)
#- detroit (build)
#- rc (build)

0 comments on commit 1ea0065

Please sign in to comment.