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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8085102af1da7bdd908e14b79e7a7451dcecf21
4
- data.tar.gz: ceebdbdd549e325afc1ce358f54d1842e7fd0e3f
3
+ metadata.gz: c71aa70ecad0d3fc6f4ace18098198196315fc2b
4
+ data.tar.gz: 9669d49d6519db878b48a8dc755cf703df196258
5
5
  SHA512:
6
- metadata.gz: a0acd6600669daa3941e210737fa68810617f5b7050e73e348a13fe1f33b6b95369f2831e6558ae867769717227fd3046fc99960272fda99d4335e9436189380
7
- data.tar.gz: be1a936ec24fc84fab5741afbfe266d8b1ac7ec2e626edee0a6b3d346c8ec243e6889b20398e9e8b875d425f9e8f3759057374c9704e01bc4bfdcfa7f6d71935
6
+ metadata.gz: a40a331a4706d8daad82ba2b387adb6d053ce24f25c5a2f57ebb48b6eb37852fa409079befac3661591e2cb503017cd4345783a67ac36703e3dec770b11900cb
7
+ data.tar.gz: 80cbe9499b13058df214058af7dfb08222dffe11dffde238c4572a44c4f267c89952214c272a0314d53175d55b57b830b09aa40ead1aa453d459ba4be356045a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ai_tagger (0.1.1)
4
+ ai_tagger (0.1.2)
5
5
  activesupport (~> 4.2.11.1)
6
6
  thor (~> 0.20.3)
7
7
 
data/{bin → exe}/tagger RENAMED
File without changes
@@ -1,3 +1,3 @@
1
1
  module Tagger
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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