punter 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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/NOTES +12 -0
  3. data/README.md +2 -2
  4. data/bin/punter +1 -1
  5. data/lib/punter/version.rb +1 -1
  6. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acd24bc4ece0e2ec2e1e944be75dfb6a73912199
4
- data.tar.gz: f11b891db70e1422080e769149e40c724655b512
3
+ metadata.gz: 06502fd37ab842480c80e3174d1f47c3f323eba7
4
+ data.tar.gz: 14fb3e91a9025fe648a7f18c23fefd4024e1484d
5
5
  SHA512:
6
- metadata.gz: e20e2ae29ceac067d85e78eeebad4da3e1b0546eab466ecd9f624c3c7c32580391c8f419a7a5d7af8a4eb6589904a1b56723f3b054d9eb663b102c9ba4f41ade
7
- data.tar.gz: 85ee1940cf31ada72d77a0f8c7cf1bebc972651be08837c8699817533341e5c7cf3f3c43ca90d21db2d48df70714f47b0475003e36e39efd04d7e570759b59e3
6
+ metadata.gz: 881b1bef7b3ba9971e90f604f802cf4c8ee2e77a36354934a2667454be81a4a1b3ace0e3930b23de7181c69b7007bb09f80b075fbd91d70e322c1340996bfe83
7
+ data.tar.gz: de71f11ebe8a586052563cd1a7c10574a388d9894b094e552e8611de24b13ff61d17068ee8e25b43df117d55bb5ff22bee72948c8dabff2f2800115e7be5c346
data/NOTES CHANGED
@@ -1 +1,13 @@
1
1
  1. sqlite sample table taken from http://www.sqlitetutorial.net/sqlite-sample-database/
2
+
3
+ ERROR: Error installing punter:
4
+ ERROR: Failed to build gem native extension.
5
+
6
+ current directory: /var/lib/gems/2.3.0/gems/sqlite3-1.3.13/ext/sqlite3
7
+ /usr/bin/ruby2.3 -r ./siteconf20180722-2776-994jqr.rb extconf.rb
8
+ mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
9
+
10
+ On ubuntu run
11
+ apt-get install libsqlite3-dev
12
+ apt-get install build-essential
13
+ apt-get install ruby-dev
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Punter allows you to quickly inspect, manipulate your data using raw SQL as well as ORM. It uses ActiveRecord as ORM engine
4
4
 
5
- <p align="center">
6
- <img src="https://cdn.rawgit.com/mohitmun/punter/ce455a7/termtosvg_afdv3y8o.svg">
5
+ <p>
6
+ <img style="width:100%;" src="https://cdn.rawgit.com/mohitmun/punter/ce455a7/termtosvg_afdv3y8o.svg">
7
7
  </p>
8
8
 
9
9
  ## Installation
data/bin/punter CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "bundler/setup"
3
+ #require "bundler/setup"
4
4
  require "punter"
5
5
  require "awesome_print"
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Punter
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: punter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohit M