yt_analytics 0.0.3 → 0.0.4

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.
@@ -77,7 +77,7 @@ class YTAnalytics
77
77
  metrics[eval(":" + row[0].to_s.underscore + row[1].to_s.underscore)] = row[2]
78
78
  end
79
79
  end
80
- YouTubeIt::Request::DemographicMetrics.new(metrics)
80
+ YTAnalytics::Model::DemographicMetrics.new(metrics)
81
81
  end
82
82
  end
83
83
 
@@ -1,4 +1,4 @@
1
1
  class YTAnalytics
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: