q 0.0.0 → 0.0.1

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/.rvmrc DELETED
@@ -1,2 +0,0 @@
1
- rvm_gemset_create_on_use_flag=1
2
- rvm gemset use qJournal
data/bin/q DELETED
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- $:.unshift(File.join(File.dirname(File.dirname(__FILE__)),'lib'))
4
- begin; require 'rubygems'; rescue LoadError; end
5
- require 'pickler'
6
-
7
- Q.run(ARGV)
File without changes