osc_ruby 1.3.1 → 1.3.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/osc_ruby/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83bb162a13ca17772a8e3f228a81d2f6cf1a937a
4
- data.tar.gz: 3cc6bbaa3ab60ebb9fa4057788c89dfb71e41914
3
+ metadata.gz: 68234df57ecb862416daf8a700478845a334c211
4
+ data.tar.gz: 5d03d5d82adb95aa4562ba121cedf780782b8c74
5
5
  SHA512:
6
- metadata.gz: c3bf78bfe4f272b3777aaf2d4e7fec2c892d171a8ab0866174686b6ef65a9a800f528025745d842a08f3672d323026b5689297426f90d325c758557e16bad699
7
- data.tar.gz: 58b16a4211dc75fce7ae6c4f904dd4b84e5a0d97ca8d7b7510964a14000fbe4cc8c629c4b52ad19a89517e532816b7726f98b8efaefc46e2bf9dafca13b44077
6
+ metadata.gz: 4294e7ff4f54bfdc5c691bb0ead02afaaf985b7d9dae170198a6d9bc343bf75074e4e02b9d0b43112d4aecb787822f9a9b074fa52457a834434670a8a3c2a255
7
+ data.tar.gz: a6f664c5985eb433efadf8af38ba6a26fcbef7d2696995ab42c3179784a67d3e8bee310c4002ecbce474275af0c49aadc88322997af66f06ed8096a05e709572
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
1
  require "bundler/gem_tasks"
2
- task :default => :spec
2
+ # task :default => :spec
3
3
 
4
4
  Dir.glob('tasks/**/*.rake').each(&method(:import))
@@ -1,3 +1,3 @@
1
1
  module OSCRuby
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osc_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajan Davis