cocoapods-stats 1.0.0.rc.1 → 1.0.0

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
  SHA1:
3
- metadata.gz: a9cc6a644ff6146a37800ed321e739a3434b9372
4
- data.tar.gz: 55179752a08c56525f31ed5afbf17f6bc45b9d1d
3
+ metadata.gz: acc68ec94b024048557c744a861c884d3e767e1a
4
+ data.tar.gz: f5a4e32a72c69a190a78c4b9565e18dc0d11c139
5
5
  SHA512:
6
- metadata.gz: 61a1276fb67ac068eaf2ab3d74b37b5ebe3c4baa2a0414aa9c54b586f5b71fde6acae0d33555f9979078e6d0bc8d7b62deb5e6bcb391aed44d6c079e6a907a47
7
- data.tar.gz: 10d87ceaa3a76bed672920fc568eeb18602784f9c26fc45e007cb089688d960b236438c3c2565d57708854d41f9546d2e0d4a77304f24fcd66f2015b1432763d
6
+ metadata.gz: a8e617664135b1467bfd03670fcea759e293f36808fc3ccc62fe03c1d124b11c8858c1639cf3f68e41a4ee9054964641d82f481efbaa6fea3c7afb0a26988859
7
+ data.tar.gz: 00467a9c3f2b0ba79d666a8fb6e20f5e1696a6f8a2280df3f450f8cb67c6e0fa3286167435b70a74f8cfea2f2b535adda861d12a29128c9047c27be8c4cb286d
@@ -1,5 +1,16 @@
1
1
  # CocoaPods Stats CHANGELOG
2
2
 
3
+ ## 1.0.0 (2016-05-10)
4
+
5
+ ##### Enhancements
6
+
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
3
14
  ## 1.0.0.rc.1 (2016-04-30)
4
15
 
5
16
  ##### Enhancements
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-stats (1.0.0.rc.1)
4
+ cocoapods-stats (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ GEM
23
23
  cocoapods-downloader (>= 1.0.0.beta.1, < 2.0)
24
24
  cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
25
25
  cocoapods-search (>= 1.0.0.beta.1, < 2.0)
26
- cocoapods-stats (= 1.0.0.rc.1)
26
+ cocoapods-stats (= 1.0.0)
27
27
  cocoapods-trunk (>= 1.0.0.beta.1, < 2.0)
28
28
  cocoapods-try (>= 1.0.0.beta.2, < 2.0)
29
29
  colored (~> 1.2)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsStats
2
- VERSION = '1.0.0.rc.1'.freeze
2
+ VERSION = '1.0.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox
@@ -9,34 +9,34 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-30 00:00:00.000000000 Z
12
+ date: 2016-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ~>
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.3'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.3'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: '10.0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: '10.0'
42
42
  description: Uploads statistics for Pod Analytics.
@@ -47,10 +47,10 @@ executables: []
47
47
  extensions: []
48
48
  extra_rdoc_files: []
49
49
  files:
50
- - ".gitignore"
51
- - ".rubocop.yml"
52
- - ".rubocop_cocoapods.yml"
53
- - ".travis.yml"
50
+ - .gitignore
51
+ - .rubocop.yml
52
+ - .rubocop_cocoapods.yml
53
+ - .travis.yml
54
54
  - CHANGELOG.md
55
55
  - Gemfile
56
56
  - Gemfile.lock
@@ -78,14 +78,14 @@ require_paths:
78
78
  - lib
79
79
  required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ">="
81
+ - - '>='
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">"
86
+ - - '>='
87
87
  - !ruby/object:Gem::Version
88
- version: 1.3.1
88
+ version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 2.6.3