web-connect 0.1.0 → 0.1.1

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: d2700cd5cc5eadda85a187ac4d92b4b8eb1901d1
4
- data.tar.gz: 8be1511337716328f72746dd70235f058c767d24
3
+ metadata.gz: c5bafdfe89bd1e7701db122ddb6f63c8cb8e7799
4
+ data.tar.gz: fc42ffa2b355515bb65ed722d84172345f1d2c00
5
5
  SHA512:
6
- metadata.gz: 08968c7e607aa00cd578d97df1e2aecf320a3f1dfc6be796d3846166b04d1e5824921a0f22249115f0d739bc43398918a5311e5b7a5ab38394696fedba100b54
7
- data.tar.gz: 3d621b56728b17482bc46ce4802bd045712541baa0ea37a0dda47d2076ec05a9c8d20297c0a1f80af4d7455109b2527f37efac37ed4763b99bdb81bbe87dc1c4
6
+ metadata.gz: e6f0433eb61dbdd55dac793f9f6d5c6b37863c7b0387faf886fc20efcf2bf886785634c35a6c967376ceacc81b757d741f8201c1b18000bf8712cd68c57e96f8
7
+ data.tar.gz: fa3e77a7df8f93e5be2b9c7ff4f9e6eaac12dd1e42f0482b283a6ffa12b3d5f291e6862fe266d354cc28c504ce8e62af6901515cd9ae099f9ac69256ffedf185
@@ -1,5 +1,5 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson
@@ -161,7 +161,6 @@ extensions: []
161
161
  extra_rdoc_files: []
162
162
  files:
163
163
  - README.md
164
- - Rakefile
165
164
  - lib/netfira.rb
166
165
  - lib/netfira/web_connect.rb
167
166
  - lib/netfira/web_connect/components.rb
data/Rakefile DELETED
@@ -1,3 +0,0 @@
1
- task :console do
2
- require_relative 'spec/console'
3
- end