rb_conclas 0.1.0 → 0.2.0

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: 1bdc14b341c69336cde461396e2adee385e29b41
4
- data.tar.gz: 3659aaaae7ece1c8b3138515cf4f66630b86e727
3
+ metadata.gz: 47a789917d099a351b44bf1063f8251cdba37a1a
4
+ data.tar.gz: f8b0cd0ef64c76deea509fd99ecd1ad15175d377
5
5
  SHA512:
6
- metadata.gz: a191d21e26b0fd6965e66628c2f79989140bbfa26595615eea36824c941b4962158cb681c13794bf73186c6c768b487023c7f62b9591f3b04af5c879993d7772
7
- data.tar.gz: 2bc84f2f326677e978d93233b25c7f51943bafba4589b9d4e795dd5a17114027b7b48f9ee8a02dcaf829fc6c9e8d775927ffe341e257e74747c1fc27102d1a74
6
+ metadata.gz: a6545f18d971152ef10299f246e69d1456fc1cc58b0c3a5aea9c52dbcfbb83995180d824e7143723c6c8986600a82f6d0205f5e6a4dc54817e017921b003d6ea
7
+ data.tar.gz: 15462d184eb88e4fde8b00d1a685e68eaa62e35d380e1220b3f049abb49083a8232514b1bd1fb10738724ce78d918adaef928de29274d4e852a45636ba87d14d
@@ -1,3 +1,3 @@
1
1
  module Conclas
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
data/rb_conclas.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["will@simbioseventures.com"]
11
11
 
12
12
  spec.summary = "Client Ruby Conclas"
13
- spec.description = "The pyconclas is a client written in Python to use the service Conclas."
13
+ spec.description = "The rb_conclas is a client written in Ruby to use the service Conclas."
14
14
  spec.homepage = "http://rubygems.org/gems/rb_conclas"
15
15
  spec.license = 'MIT'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb_conclas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Filho
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: The pyconclas is a client written in Python to use the service Conclas.
55
+ description: The rb_conclas is a client written in Ruby to use the service Conclas.
56
56
  email:
57
57
  - will@simbioseventures.com
58
58
  executables: []