slacker 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slacker (0.0.9)
4
+ slacker (0.0.10)
5
5
  bundler (~> 1.0.15)
6
6
  rspec (= 2.5.0)
7
7
  ruby-odbc (= 0.99994)
data/README.markdown CHANGED
@@ -16,7 +16,7 @@ Runs on Windows and Linux.
16
16
  Before installing __Slacker__ on Windows, you need to install the [Ruby Windows Development Kit](https://github.com/oneclick/rubyinstaller/wiki/Development-Kit) (__ruby-odbc__ contains native extensions).
17
17
 
18
18
  # Usage
19
- To create a __Slacker__ project, run the following command:
19
+ To create a new __Slacker__ project, run the following command:
20
20
 
21
21
  slacker_new my_project
22
22
 
@@ -1,3 +1,3 @@
1
1
  module Slacker
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -86,8 +86,8 @@ describe 'My database' do
86
86
 
87
87
  # CSV files can be used to load data directly into a table.
88
88
  # In this example, we will create a table, populate it with data,
89
- # execute standard deviation calculation and verify the results against
90
- # an expected result stored in a CSV file.
89
+ # calculate the exponentiation of one column based on another column
90
+ # and verify the results against an expected resultset stored in a CSV file.
91
91
  it 'can play with numbers (take three)' do
92
92
  # Create the table - see file sql/sample_1/create_my_table.sql.erb
93
93
  sql.sample_1.create_my_table
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: slacker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vassil Kovatchev
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-24 00:00:00 Z
13
+ date: 2011-06-25 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler