clipsruby 0.0.2 → 0.0.4

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/clipsruby/extconf.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8356c42dde674af1cd6baf43ac61576a35548a277d01a7d5312ba24888f412e8
4
- data.tar.gz: 809bd79ccb8d511f66aa509c4fb77201af6854c4d4cad60eccd5628c295aa8db
3
+ metadata.gz: 6f624bda3acb4f7da132eafb8479d101883428c4deb9ff31617d7ab463cfc488
4
+ data.tar.gz: cab7d09f8f0cd07262e610360da06f590ea5ec45ac5e322ac4bcc028ae1e896d
5
5
  SHA512:
6
- metadata.gz: 4d404f7cf059878bb222c4a92457922637446e0c69b7c9bbb704b9609643b1369d7bc43c03074e76aadbabca0168082cb050ad51c71c00ee2cb106e2f8cf4736
7
- data.tar.gz: 9b64b545d7a2c0bb452187e84b60082fca96b25d01b14ee126b8c246b141eac1abe1c9b3b18e429f35c75523dcf196eccec5285deb6648866c0e0919112acfbc
6
+ metadata.gz: c1962efbcfe4edc1325e9dbb33b373133c7ad7e4e90561a85b82f5793fbe85996668d05aad36af946589d1672f6a4a9955ea765306a33b9f27cb0e30a602527d
7
+ data.tar.gz: 3bdf67f5397363ab2b07f5b46dd5a504428b1a5337f7493ab03922e5cb1b2d343e10d65ffc5e6d24e9906b14d7ea2b5564bd779fb6d105527af439c49277da87
@@ -1,2 +1,2 @@
1
1
  require 'mkmf'
2
- create_makefile('clipsruby')
2
+ create_makefile('clipsruby/clipsruby')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clipsruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Johnston
@@ -361,7 +361,7 @@ files:
361
361
  - ext/clipsruby/watch.c
362
362
  - ext/clipsruby/watch.h
363
363
  - lib/clipsruby.rb
364
- homepage: https://rubygems.org/gems/clipsruby
364
+ homepage: https://github.com/mrryanjohnston/clipsruby
365
365
  licenses:
366
366
  - MIT
367
367
  metadata: {}