pycall 0.1.0.alpha.20170502 → 0.1.0.alpha.20170711

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11a4cc6aa314d0d52e7fdea71f2fd974f10a594a
4
- data.tar.gz: aeb28848ce5495214890214ff3da2dc94b5124de
3
+ metadata.gz: a62b597bfd316247a0a32c28b46fb219f7271a6a
4
+ data.tar.gz: a7356ff5c08cf2d519519908d77341e07d90ecfe
5
5
  SHA512:
6
- metadata.gz: 8e6f9da5c811d8e91e48d85a20904cd0f612df36715fa8d8366e02a82727b45741e8018e1be20b0982cd5f33d0bffaa259a1120b041a8f9c8df6320c4b9e7f8c
7
- data.tar.gz: 11d741f4600b398bc4fa7e3fe61d02d9bb73949e9d43178fe7d9966e292f6a66f6e9667354b20587a6a64d427bc10971efb5c74e0dec44c6a59aaa4724fea590
6
+ metadata.gz: d56553cb58f507bf421074aff630f0204361013b1700f0b30a3238db1ca9f0c12ed0e883438f33b616b156d95dbe93a3f116c7465090073ae198edaebb337b9f
7
+ data.tar.gz: 5b5b5693f3f82724d78549a1d1aa645bf155c2c7e7d6e834c6efb5644fe8854a5c6fddc2b3847b7b2ad6891fa4b99b2ce1c0078c11bf65e947700e668f000f19
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ __pycache__
data/bin/console CHANGED
@@ -6,9 +6,5 @@ require "pycall"
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
8
8
 
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
9
+ require "pry"
10
+ Pry.start
data/bin/runner ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "pycall"
5
+
6
+ load ARGV.shift