inkoop_error_tracker 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 653854856db61b78fa8113f4d6a0ea7654c586bc
4
- data.tar.gz: 805c34cf7c3791859b3f7ebc00dffd775f1ac675
3
+ metadata.gz: ffa1ec7ba3755837514fa62dcce11e3cceab0658
4
+ data.tar.gz: d03d53e1823c3d70f4ffa92d1188fc486271c596
5
5
  SHA512:
6
- metadata.gz: a9d9542ac5641039114554f0771cf6be1368c1ce66a27b2ee7d3fbb7c96e1c2f210de19994cb6a16cc12a2cc09b0151457b3d4cd00ac925705d7747b8d95e740
7
- data.tar.gz: 48023fac6278c9b6a947b466401ea085e88d7ebb574ae4106e1e70ae06df3d476659548aced1c8c189c5ead38a4a3483caea49d859d761cb4b93daec0beaa16a
6
+ metadata.gz: 83ff6e9ca3b2b9185444564344566aa31945c19ffa68ea5ae7dabbd0b8dc3521f20e4ee0369cabad2f2af4cd8eb7996d9bbbdb4612b9c296827638d4b2b8d12d
7
+ data.tar.gz: 9f286588b7a2b7a24fa4344a05e32625b01e70163f7b37fd87d7827095b9789216ab2455ebea7312ca7e58a2e4fb4a422f4fbe02784b611fec82f1000c2e03dc
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkoop_error_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-14 00:00:00.000000000 Z
11
+ date: 2017-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,16 +44,7 @@ email:
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
- files:
48
- - ".gitignore"
49
- - Gemfile
50
- - README.md
51
- - Rakefile
52
- - bin/console
53
- - bin/setup
54
- - inkoop_error_tracker.gemspec
55
- - lib/inkoop_error_tracker.rb
56
- - lib/inkoop_error_tracker/version.rb
47
+ files: []
57
48
  homepage: http://www.inkoop.in
58
49
  licenses: []
59
50
  metadata: {}
@@ -73,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
64
  version: '0'
74
65
  requirements: []
75
66
  rubyforge_project:
76
- rubygems_version: 2.4.5.1
67
+ rubygems_version: 2.6.6
77
68
  signing_key:
78
69
  specification_version: 4
79
70
  summary: Write a short summary, because Rubygems requires one.
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in inkoop_error_tracker.gemspec
4
- gemspec
data/README.md DELETED
@@ -1,36 +0,0 @@
1
- # InkoopErrorTracker
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/inkoop_error_tracker`. 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 'inkoop_error_tracker'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install inkoop_error_tracker
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. 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]/inkoop_error_tracker.
36
-
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
- task :default => :spec
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "inkoop_error_tracker"
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
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,34 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'inkoop_error_tracker/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "inkoop_error_tracker"
8
- spec.version = InkoopErrorTracker::VERSION
9
- spec.authors = ["Vivek"]
10
- spec.email = ["vivekpatna52@gmail.com"]
11
-
12
- spec.summary = %q{Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{Write a longer description or delete this line.}
14
- spec.homepage = "http://www.inkoop.in"
15
-
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- if spec.respond_to?(:metadata)
19
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
20
- else
21
- raise "RubyGems 2.0 or newer is required to protect against " \
22
- "public gem pushes."
23
- end
24
-
25
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
- f.match(%r{^(test|spec|features)/})
27
- end
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
- spec.require_paths = ["lib"]
31
-
32
- spec.add_development_dependency "bundler", "~> 1.13"
33
- spec.add_development_dependency "rake", "~> 10.0"
34
- end
@@ -1,3 +0,0 @@
1
- module InkoopErrorTracker
2
- VERSION = "0.1.0"
3
- end
@@ -1,5 +0,0 @@
1
- require "inkoop_error_tracker/version"
2
-
3
- module InkoopErrorTracker
4
- # Your code goes here...
5
- end