ai_tagger 0.4.1 → 0.4.2

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
- SHA1:
3
- metadata.gz: aa5aac191cee4390871fc8d9cf7d43b7cf20535d
4
- data.tar.gz: 526dfd23b48d600e4ddfa1dfeb4d1beadeb5dc24
2
+ SHA256:
3
+ metadata.gz: c2079c6639018c154de35ebc798fcc96669aad180896febe24d03055bdff70fa
4
+ data.tar.gz: 9b6322bbd064ce21436b869d3483b47c127abd25aa4fa387be80b74714c8738e
5
5
  SHA512:
6
- metadata.gz: e259e67edfff02c1a053e54da662a1f2965b679b6efc1a5f4b311c717838b692fe7b5aaaa9a277ae10e8d3b3471d65709c458eaa98633b85823211439d2b97fe
7
- data.tar.gz: 0ef820c6f4ab7f445971eae18ad3d0c86cb2c8db299e3127ef4f88e521e273b667814abc322c33ab495d8c60735f9ec579caaa15d7e73c6ae9e910938e5cfdf9
6
+ metadata.gz: ddcea16eb4ee5c22727ba6b4d1d9db6c31ccd348a5ef4c4e02d9d25f7249c04dfbf448479b2cd4d92108f5eb3a8a1d2a7e401bf4d6cdfa5a04e4505ccf5ce3a9
7
+ data.tar.gz: f5717238859fb8be7a63f5d9e69a18c255e40ce21cb2764a608a5b35ca3abffe2a21fb031c0181588305707510e54042ec8e2227b5ac68009774f41a13175e61
data/.DS_Store CHANGED
Binary file
data/.gitignore CHANGED
@@ -9,3 +9,9 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ .DS_Store
13
+ .DS_Store
14
+ .DS_Store
15
+ *.DS_Store
16
+ .DS_Store
17
+ .DS_Store
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ai_tagger (0.4.1)
4
+ ai_tagger (0.4.2)
5
5
  activemodel (~> 4.2.11.1)
6
6
  activesupport (~> 4.2.11.1)
7
7
  thor (~> 0.20.3)
@@ -19,8 +19,8 @@ GEM
19
19
  tzinfo (~> 1.1)
20
20
  addressable (2.6.0)
21
21
  public_suffix (>= 2.0.2, < 4.0)
22
- builder (3.2.3)
23
- concurrent-ruby (1.1.5)
22
+ builder (3.2.4)
23
+ concurrent-ruby (1.1.6)
24
24
  crack (0.4.3)
25
25
  safe_yaml (~> 1.0.0)
26
26
  diff-lcs (1.3)
@@ -29,7 +29,7 @@ GEM
29
29
  i18n (0.9.5)
30
30
  concurrent-ruby (~> 1.0)
31
31
  json (2.2.0)
32
- minitest (5.12.2)
32
+ minitest (5.14.0)
33
33
  public_suffix (3.0.3)
34
34
  rake (10.5.0)
35
35
  rspec (3.8.0)
@@ -55,7 +55,7 @@ GEM
55
55
  simplecov-html (0.10.2)
56
56
  thor (0.20.3)
57
57
  thread_safe (0.3.6)
58
- tzinfo (1.2.5)
58
+ tzinfo (1.2.7)
59
59
  thread_safe (~> 0.1)
60
60
  webmock (3.5.1)
61
61
  addressable (>= 2.3.6)
@@ -75,4 +75,4 @@ DEPENDENCIES
75
75
  webmock (~> 3.5.1)
76
76
 
77
77
  BUNDLED WITH
78
- 2.0.2
78
+ 2.1.4
data/lib/tagger/cli.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Tagger
2
2
  class CLI < Thor
3
- desc "generate", "an AnlayticsEvent file"
3
+ desc "generate", "an AnlayticsEvent file illest"
4
4
  option :platform, required: true
5
5
  option :out, required: true
6
6
  def generate(url)
@@ -1,3 +1,3 @@
1
1
  module Tagger
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
Binary file
Binary file
Binary file
Binary file
data/tagger.gemspec CHANGED
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
20
 
21
21
  spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
23
- spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22
+ #spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
23
+ #spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
24
24
  else
25
25
  raise "RubyGems 2.0 or newer is required to protect against " \
26
26
  "public gem pushes."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ai_tagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dunya Kirkali
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-29 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -164,6 +164,11 @@ files:
164
164
  - lib/tagger/version.rb
165
165
  - lib/templates/AnalyticsEvent.kt.erb
166
166
  - lib/templates/AnalyticsEvent.swift.erb
167
+ - overflow/budgets.overflow
168
+ - overflow/onboarding.overflow
169
+ - overflow/overview.overflow
170
+ - overflow/search.overflow
171
+ - overflow/transactionDetailPage.overflow
167
172
  - tagger.gemspec
168
173
  - tmp/.keep
169
174
  homepage: https://github.com/abnamrocoesd/tagger
@@ -171,8 +176,6 @@ licenses: []
171
176
  metadata:
172
177
  allowed_push_host: https://rubygems.org
173
178
  homepage_uri: https://github.com/abnamrocoesd/tagger
174
- source_code_uri: 'TODO: Put your gem''s public repo URL here.'
175
- changelog_uri: 'TODO: Put your gem''s CHANGELOG.md URL here.'
176
179
  post_install_message:
177
180
  rdoc_options: []
178
181
  require_paths:
@@ -188,8 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
191
  - !ruby/object:Gem::Version
189
192
  version: '0'
190
193
  requirements: []
191
- rubyforge_project:
192
- rubygems_version: 2.6.14
194
+ rubygems_version: 3.0.6
193
195
  signing_key:
194
196
  specification_version: 4
195
197
  summary: Generate AnalyticsEvent classes in Kotlin and Swift