alf.noespec in alf-0.9.0 vs alf.noespec in alf-0.9.1
- old
+ new
@@ -5,26 +5,31 @@
lower:
alf
upper:
Alf
version:
- 0.9.0
+ 0.9.1
summary: |-
- Classy data-manipulation dressed in a DSL (+ commandline)
+ Relational Algebra at your fingertips
description: |-
- Alf is a commandline tool and Ruby library to manipulate data with all the
- power of a truly relational algebra approach.
+ Alf brings the relational algebra both in Shell and in Ruby. In Shell, because
+ manipulating any relation-like data source should be as straightforward as a
+ one-liner. In Ruby, because I've never understood why programming languages
+ provide data structures like arrays, hashes, sets, trees and graphs but not
+ _relations_... Let's stop the segregation ;-)
authors:
- {name: Bernard Lambeau, email: blambeau@gmail.com}
links:
- http://rubydoc.info/github/blambeau/alf/master/frames
- http://github.com/blambeau/alf
dependencies:
- - {name: rake, version: "~> 0.8.7", groups: [development]}
+ - {name: rake, version: "~> 0.9.2", groups: [development]}
- {name: bundler, version: "~> 1.0", groups: [development]}
- {name: rspec, version: "~> 2.6.0", groups: [development]}
- {name: yard, version: "~> 0.7.2", groups: [development]}
- {name: bluecloth, version: "~> 2.0.9", groups: [development]}
- {name: wlang, version: "~> 0.10.1", groups: [development]}
- {name: noe, version: "~> 1.3.0", groups: [development]}
- {name: quickl, version: "~> 0.2.1", groups: [runtime]}
-
+ rake_tasks:
+ spec_test:
+ pattern: "spec/**/test_*.rb"