pseng_ekg_client 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pseng_ekg_client/version.rb +1 -1
- data/lib/pseng_ekg_client.rb +1 -1
- data/pseng_ekg_client.gemspec +4 -1
- data/spec/pseng_ekg_client_spec.rb +11 -0
- data/spec/spec_helper.rb +2 -0
- metadata +6 -9
- data/.gitignore +0 -9
- data/.rspec +0 -2
- data/.travis.yml +0 -4
- data/Gemfile +0 -2
- data/README.md +0 -36
- data/bin/console +0 -14
- data/bin/setup +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0423beb157b28a73c044f5c5f119729b528d08dc
|
4
|
+
data.tar.gz: ba7009afca7ac998722eb9d5edcd3a207ae655ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49def8f76fd7b67b9d27bc209e9af68cf6df305f0361a782108ef85f1df3ac0d9621074bc5e2b7002c2463e1f27fc6be635d9329fa6508a2ff7072c632d01ea9
|
7
|
+
data.tar.gz: c1f9581ac1383312ddb47d6b3d3a49063c40471169db3f2e2438724be1557abd0271477fa8017de036148b89963f7f10945e87a76b09fd37d0e8fb6a0fe010bb
|
data/lib/pseng_ekg_client.rb
CHANGED
data/pseng_ekg_client.gemspec
CHANGED
@@ -13,7 +13,10 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.description = %q{This gem is used to push status updates to long running processes for Instructure Professional Services}
|
14
14
|
spec.homepage = "https://github.com/CerebralStorm/pseng_ekg_client"
|
15
15
|
|
16
|
-
spec.files =
|
16
|
+
spec.files = %w[Rakefile pseng_ekg_client.gemspec]
|
17
|
+
spec.files += Dir.glob("lib/**/*.rb")
|
18
|
+
spec.test_files = Dir.glob("spec/**/*")
|
19
|
+
|
17
20
|
spec.bindir = "exe"
|
18
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
19
22
|
spec.require_paths = ["lib"]
|
data/spec/spec_helper.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pseng_ekg_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Tanner
|
@@ -80,17 +80,12 @@ executables: []
|
|
80
80
|
extensions: []
|
81
81
|
extra_rdoc_files: []
|
82
82
|
files:
|
83
|
-
- ".gitignore"
|
84
|
-
- ".rspec"
|
85
|
-
- ".travis.yml"
|
86
|
-
- Gemfile
|
87
|
-
- README.md
|
88
83
|
- Rakefile
|
89
|
-
- bin/console
|
90
|
-
- bin/setup
|
91
84
|
- lib/pseng_ekg_client.rb
|
92
85
|
- lib/pseng_ekg_client/version.rb
|
93
86
|
- pseng_ekg_client.gemspec
|
87
|
+
- spec/pseng_ekg_client_spec.rb
|
88
|
+
- spec/spec_helper.rb
|
94
89
|
homepage: https://github.com/CerebralStorm/pseng_ekg_client
|
95
90
|
licenses: []
|
96
91
|
metadata: {}
|
@@ -114,5 +109,7 @@ rubygems_version: 2.2.3
|
|
114
109
|
signing_key:
|
115
110
|
specification_version: 4
|
116
111
|
summary: Post data to allow monitoring of processes
|
117
|
-
test_files:
|
112
|
+
test_files:
|
113
|
+
- spec/pseng_ekg_client_spec.rb
|
114
|
+
- spec/spec_helper.rb
|
118
115
|
has_rdoc:
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
data/Gemfile
DELETED
data/README.md
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
# PsengEkgClient
|
2
|
-
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pseng_ekg_client`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
|
-
|
7
|
-
## Installation
|
8
|
-
|
9
|
-
Add this line to your application's Gemfile:
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem 'pseng_ekg_client'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install pseng_ekg_client
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pseng_ekg_client.
|
36
|
-
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "pseng_ekg_client"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start
|