cocoapods-stats 1.0.0.beta.4 → 1.0.0.rc.1

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: a332e6d2868165fa3fed69f47dc903c1734b1eeb
4
- data.tar.gz: 8fd27836993117f7ae3f356608f54595117230ba
3
+ metadata.gz: a9cc6a644ff6146a37800ed321e739a3434b9372
4
+ data.tar.gz: 55179752a08c56525f31ed5afbf17f6bc45b9d1d
5
5
  SHA512:
6
- metadata.gz: 386a31e3a9f268af1b522674aea8cf80d3846704a225d49d5d5905d9347943e1bb03e0b4423c352d4c6962c9155849cf5db5e46014a139f6159f737149950433
7
- data.tar.gz: 2297c83d500069aa2d848ddabfc1732113741d5923ed4aa694e52d1b0175bbdb923fa86847c1e586149ea470d83b58a9285b4047be957404278ee692269a331a
6
+ metadata.gz: 61a1276fb67ac068eaf2ab3d74b37b5ebe3c4baa2a0414aa9c54b586f5b71fde6acae0d33555f9979078e6d0bc8d7b62deb5e6bcb391aed44d6c079e6a907a47
7
+ data.tar.gz: 10d87ceaa3a76bed672920fc568eeb18602784f9c26fc45e007cb089688d960b236438c3c2565d57708854d41f9546d2e0d4a77304f24fcd66f2015b1432763d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # CocoaPods Stats CHANGELOG
2
2
 
3
+ ## 1.0.0.rc.1 (2016-04-30)
4
+
5
+ ##### Enhancements
6
+
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * None.
12
+
13
+
3
14
  ## 1.0.0.beta.4 (2016-04-14)
4
15
 
5
16
  ##### Bug Fixes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-stats (1.0.0.beta.4)
4
+ cocoapods-stats (1.0.0.rc.1)
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.beta.2, < 2.0)
26
+ cocoapods-stats (= 1.0.0.rc.1)
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.beta.4'.freeze
2
+ VERSION = '1.0.0.rc.1'.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.beta.4
4
+ version: 1.0.0.rc.1
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-14 00:00:00.000000000 Z
12
+ date: 2016-04-30 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,12 +78,12 @@ 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
88
  version: 1.3.1
89
89
  requirements: []