slacker 0.0.9 → 0.0.10
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/Gemfile.lock +1 -1
- data/README.markdown +1 -1
- data/lib/slacker/version.rb +1 -1
- data/lib/slacker_new/project/spec/sample_1.rb +2 -2
- metadata +2 -2
data/Gemfile.lock
CHANGED
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
|
|
data/lib/slacker/version.rb
CHANGED
|
@@ -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
|
-
#
|
|
90
|
-
# an expected
|
|
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.
|
|
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-
|
|
13
|
+
date: 2011-06-25 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|