sql_capsule 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/lib/sql_capsule/query.rb +1 -1
- data/lib/sql_capsule/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae871386adb1e4dc36589a61740f245c0962dd3f
|
|
4
|
+
data.tar.gz: af6c19bb2b7a970b0d607de042f49ebab2b73b15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89c28d9947d4db9efe530ae514e416a2ff823422dab3ce23624be60b71951153a277bfc18230cee2054a18034584c5f47381c82ab2b2fde83d2e004936c9e111
|
|
7
|
+
data.tar.gz: 8a8d153255010c7986879d62bfe1319556341e8604547c56905dca0708e3e44edccd4979d4a4a1642e16365c42d45ec741c6254ea43d2acbf1486bb735f3ebce
|
data/README.md
CHANGED
|
@@ -119,7 +119,10 @@ widget_database.run :join_widgets
|
|
|
119
119
|
|
|
120
120
|
## Development
|
|
121
121
|
|
|
122
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests.
|
|
122
|
+
After checking out the repo, run `bin/setup` to install dependencies / setup the testing database. Then, run `rake test` to run the tests.
|
|
123
|
+
|
|
124
|
+
You can also run `bin/console` for an interactive prompt that will allow you to experiment. Once in the console `@wrapper` is already setup for use and includes a registered query:
|
|
125
|
+
`@wrapper.run :all_widgets`
|
|
123
126
|
|
|
124
127
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
125
128
|
|
data/lib/sql_capsule/query.rb
CHANGED
data/lib/sql_capsule/version.rb
CHANGED