ai_tagger 0.1.1 → 0.1.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/{bin → exe}/tagger +0 -0
- data/lib/tagger/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c71aa70ecad0d3fc6f4ace18098198196315fc2b
|
|
4
|
+
data.tar.gz: 9669d49d6519db878b48a8dc755cf703df196258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a40a331a4706d8daad82ba2b387adb6d053ce24f25c5a2f57ebb48b6eb37852fa409079befac3661591e2cb503017cd4345783a67ac36703e3dec770b11900cb
|
|
7
|
+
data.tar.gz: 80cbe9499b13058df214058af7dfb08222dffe11dffde238c4572a44c4f267c89952214c272a0314d53175d55b57b830b09aa40ead1aa453d459ba4be356045a
|
data/Gemfile.lock
CHANGED
data/{bin → exe}/tagger
RENAMED
|
File without changes
|
data/lib/tagger/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ai_tagger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dunya Kirkali
|
|
@@ -111,7 +111,8 @@ dependencies:
|
|
|
111
111
|
description: This gem generates AnalyticsEvent classes from a Google Doc
|
|
112
112
|
email:
|
|
113
113
|
- dunyakirkali@gmail.com
|
|
114
|
-
executables:
|
|
114
|
+
executables:
|
|
115
|
+
- tagger
|
|
115
116
|
extensions: []
|
|
116
117
|
extra_rdoc_files: []
|
|
117
118
|
files:
|
|
@@ -125,9 +126,9 @@ files:
|
|
|
125
126
|
- Rakefile
|
|
126
127
|
- bin/console
|
|
127
128
|
- bin/setup
|
|
128
|
-
- bin/tagger
|
|
129
129
|
- data/templates/AnalyticsEvent.kt.erb
|
|
130
130
|
- data/templates/AnalyticsEvent.swift.erb
|
|
131
|
+
- exe/tagger
|
|
131
132
|
- lib/tagger.rb
|
|
132
133
|
- lib/tagger/cli.rb
|
|
133
134
|
- lib/tagger/downloader.rb
|