sqrbl 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. data/History.txt +6 -3
  2. data/Rakefile +2 -3
  3. data/lib/sqrbl.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,4 +1,7 @@
1
- == 1.0.0 / 2009-07-16
1
+ == 0.1.2 / 2009-08-06
2
2
 
3
- * 1 major enhancement
4
- * Birthday!
3
+ * No changes -- just want to make sure the latest release is actually usable after flailing around trying to use the 'bones' and 'rubyforge' gems.
4
+
5
+ == 0.1.0 / 2009-08-06
6
+
7
+ * Ready for public consumption?
data/Rakefile CHANGED
@@ -18,13 +18,12 @@ require 'sqrbl'
18
18
 
19
19
  task :default => 'spec:run'
20
20
 
21
+ PROJ.rubyforge.name = 'sqrbl'
21
22
  PROJ.name = 'sqrbl'
23
+ PROJ.version = Sqrbl::VERSION
22
24
  PROJ.authors = 'Sam Livingston-Gray'
23
25
  PROJ.email = 'geeksam@gmail.com'
24
26
  PROJ.url = 'http://sqrbl.rubyforge.org'
25
- PROJ.version = Sqrbl::VERSION
26
- PROJ.rubyforge.name = 'sqrbl'
27
- PROJ.group_id = 'sqrbl'
28
27
  PROJ.ignore_file = '.gitignore'
29
28
 
30
29
 
data/lib/sqrbl.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  module Sqrbl
7
7
 
8
8
  # :stopdoc:
9
- VERSION = '0.1.1'
9
+ VERSION = '0.1.2'
10
10
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
11
11
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
12
12
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqrbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Livingston-Gray