fluent-plugin-macos-log 0.0.1.beta.1 → 0.0.1

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
  SHA256:
3
- metadata.gz: 57016186f913c0af39bac56db61c9c053bed21a1f91230bbd47e24c9636264e2
4
- data.tar.gz: 41b000bade26ccbdcca84d65e7c624a74a144d5845ad3814935ef4151c14857c
3
+ metadata.gz: 0b63e5dca1a3532fb40e6ff4d292c3d42bd3c45152a2f65c39b1c5697adae476
4
+ data.tar.gz: c050959cb149e1214e070749b0c0ea578584589b2b339ad7732a8d21cf22b6a0
5
5
  SHA512:
6
- metadata.gz: 04d5a09d8d5ea8181fe8d697090af30c304c1a80181d28389eba85c0293abe41e0a84d47f2f8ab62d0f274c39adb08ecbe7b4c357dac92cfe112cc50b5f60deb
7
- data.tar.gz: 8080c62ca068e40444f8aa3c3aa265b21e428fb47f9c18bf4b464955d87bf32b754caac11ed808e6f1d9db8d1232534d73cb4514fb935f156ca4d188a45f204e
6
+ metadata.gz: b221638e0599f640f5b362e34266d6ba96bce84fc0dc5ab8ff767827094f9387a46f120c77f4a08f2bc74b75a096372d26dab6746e69a27497fce83b620b8597
7
+ data.tar.gz: 84e7c0fda4420cf2ce18162863275a0c949169830b4508d6d89a731bc4a9292c68df216450f79735bf1ee50dd7197bbaab7e44e4fa5759a5596af325f222f785
data/.circleci/config.yml CHANGED
@@ -85,16 +85,16 @@ jobs:
85
85
  command: |
86
86
  git config user.name "librato-ci"
87
87
  git config user.email "tools+librato-ci-githublibrato.com"
88
- # - run:
89
- # name: Prepare release
90
- # command: |
91
- # sed -i'' 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1.\2.\3/g' $VERSION_FILE
92
- # GITTAG=$(cat $VERSION_FILE)
93
- # git add $VERSION_FILE
94
- # git commit -m "[ci skip] prepare release $GITTAG"
95
- # git push --set-upstream origin $CIRCLE_BRANCH
96
- # git tag $GITTAG
97
- # git push origin $GITTAG
88
+ - run:
89
+ name: Prepare release
90
+ command: |
91
+ sed -i'' 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1.\2.\3/g' $VERSION_FILE
92
+ GITTAG=$(cat $VERSION_FILE)
93
+ git add $VERSION_FILE
94
+ git commit -m "[ci skip] prepare release $GITTAG"
95
+ git push --set-upstream origin $CIRCLE_BRANCH
96
+ git tag $GITTAG
97
+ git push origin $GITTAG
98
98
  - run:
99
99
  name: Generate gem credentials
100
100
  command: |
@@ -109,7 +109,6 @@ jobs:
109
109
  - run:
110
110
  name: Perform publish
111
111
  command: |
112
- cat ~/.gem/credentials
113
112
  bundle exec gem push ${REPO_NAME}-*.gem
114
113
  - run:
115
114
  name: Prepare next release version
@@ -138,6 +137,6 @@ workflows:
138
137
  filters:
139
138
  branches:
140
139
  only:
141
- - develop
140
+ - master
142
141
  requires:
143
142
  - build
data/Gemfile.lock CHANGED
@@ -1,17 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-macos-log (0.0.1.beta.1)
4
+ fluent-plugin-macos-log (0.0.1)
5
5
  fluentd (>= 1.2, < 2)
6
6
  yajl-ruby (~> 1.3)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- concurrent-ruby (1.1.8)
12
- cool.io (1.7.1)
13
- fluentd (1.12.1)
14
- bundler
11
+ concurrent-ruby (1.1.7)
12
+ cool.io (1.7.0)
13
+ fluentd (1.11.5)
15
14
  cool.io (>= 1.4.5, < 2.0.0)
16
15
  http_parser.rb (>= 0.5.1, < 0.7.0)
17
16
  msgpack (>= 1.3.1, < 2.0.0)
@@ -23,18 +22,18 @@ GEM
23
22
  yajl-ruby (~> 1.0)
24
23
  http_parser.rb (0.6.0)
25
24
  minitest (5.14.2)
26
- msgpack (1.4.2)
25
+ msgpack (1.3.3)
27
26
  power_assert (1.2.0)
28
27
  rake (10.5.0)
29
- serverengine (2.2.3)
28
+ serverengine (2.2.2)
30
29
  sigdump (~> 0.2.2)
31
30
  sigdump (0.2.4)
32
31
  strptime (0.2.5)
33
32
  test-unit (3.3.7)
34
33
  power_assert
35
- tzinfo (2.0.4)
34
+ tzinfo (2.0.3)
36
35
  concurrent-ruby (~> 1.0)
37
- tzinfo-data (1.2021.1)
36
+ tzinfo-data (1.2020.4)
38
37
  tzinfo (>= 1.0.0)
39
38
  yajl-ruby (1.4.1)
40
39
 
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.name = "fluent-plugin-macos-log"
9
9
  spec.version = version
10
10
  spec.authors = ["Petr Langr"]
11
- spec.email = ["petr.langr@solarwinds.com"]
11
+ spec.email = ["technicalsupport@solarwinds.com"]
12
12
 
13
13
  spec.summary = %q{Fluentd input plugin for MacOS unified log}
14
- spec.description = %q{Fluentd input from MacOS unified log}
14
+ spec.description = %q{Fluentd input plugin for MacOS unified log}
15
15
  spec.homepage = "https://github.com/loggly/fluent-plugin-macos-log"
16
16
  spec.license = "MIT"
17
17
 
@@ -22,6 +22,9 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ["lib"]
24
24
 
25
+ spec.required_ruby_version = ">= 2.3.0"
26
+ spec.required_rubygems_version = ">= 3.0.1"
27
+
25
28
  spec.add_dependency "fluentd", '>= 1.2', '< 2'
26
29
  spec.add_dependency "yajl-ruby", '~> 1.3'
27
30
 
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.0.1.beta.1
1
+ 0.0.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-macos-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta.1
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Petr Langr
@@ -100,9 +100,9 @@ dependencies:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
102
  version: '3.2'
103
- description: Fluentd input from MacOS unified log
103
+ description: Fluentd input plugin for MacOS unified log
104
104
  email:
105
- - petr.langr@solarwinds.com
105
+ - technicalsupport@solarwinds.com
106
106
  executables: []
107
107
  extensions: []
108
108
  extra_rdoc_files: []
@@ -131,12 +131,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - ">="
133
133
  - !ruby/object:Gem::Version
134
- version: '0'
134
+ version: 2.3.0
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ">"
137
+ - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: 1.3.1
139
+ version: 3.0.1
140
140
  requirements: []
141
141
  rubygems_version: 3.0.3
142
142
  signing_key: