synapse_fi 0.0.4 → 1.0.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: 8cc51024fe0828282d58774469281168581763a1
4
- data.tar.gz: d22606acecf1fad82d2fa6dc0cf4ab4a09ca277a
3
+ metadata.gz: 9a4cd0ad6d5e9f5dc927c173ab77f331028c94ee
4
+ data.tar.gz: cea2c9a7350642656035b2f655a87ae16fe3700f
5
5
  SHA512:
6
- metadata.gz: 1306539458898b0f9431f245a6c4dc78c69e9870c9c3a43e476cef037114145ccad809b99a965d4213e7543df88c1298ba5d39e931ccefd5b704c730ccc7a0a4
7
- data.tar.gz: '08f46888c70fa12e9025171c8553770979d20e48f693849c4081004042fbe324dbe42049f68c34cb765fae657537fb2f5db0a5615a25be434ad9ce878b09cfdc'
6
+ metadata.gz: a878eda98594ac2c1822cd348452bc0e54c47839d6f85405c6baaea202dd6c66fc2723cd05bc4ed0fe5979d7783a14e3d4118a91ddf09e1c7bef03708a150260
7
+ data.tar.gz: '078d265f145cb54daef6a51e0513fcabc136e6d3ce947333f5f711cc86e2b3651ce948d054cbfe054889da68260256376a73832bcc94b08ad681bb7cf0eac52f'
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SynapseFI-Ruby-v2
1
+ # SynapseRuby
2
2
 
3
3
  Native API library for SynapseFI REST v3.x
4
4
 
@@ -26,6 +26,7 @@ $ gem install synapse_fi
26
26
  ## Documentation
27
27
 
28
28
  - [API docs](http://docs.synapsefi.com/v3.1)
29
+ - [synapse_fi gem docs](https://www.rubydoc.info/gems/synapse_fi)
29
30
  - [Samples demonstrating common operations](samples.md)
30
31
 
31
32
  ## Contributing
@@ -1,6 +1,11 @@
1
+ # updating gem version
2
+ # git add and commit changes
3
+ # rake build
4
+ # rake install
5
+ # rake release
1
6
  module Synapse
2
7
  # Gem version
3
- VERSION = '0.0.4'.freeze
8
+ VERSION = '1.0.0'.freeze
4
9
  end
5
10
 
6
11
 
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synapse_fi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Mawutor
@@ -123,6 +123,7 @@ files:
123
123
  - lib/synapse_api/version.rb
124
124
  - lib/synapse_fi.rb
125
125
  - pkg/synapse_fi-0.0.3.gem
126
+ - pkg/synapse_fi-0.0.4.gem
126
127
  - samples.md
127
128
  - synapse_fi.gemspec
128
129
  - yarn.lock