cocoapods-try 1.0.0.beta.3 → 1.0.0.beta.4

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: 78a248a639b7b48f098819b914ad01cb33360997
4
- data.tar.gz: e8007b1824a14a9688d90eac64426479b8440a9d
3
+ metadata.gz: 795848b0b69af40bdf6abde75fb11d4b1c41d845
4
+ data.tar.gz: 6d1dd43b0d6f0a4ce4adf0288d9708863cf4acf0
5
5
  SHA512:
6
- metadata.gz: 8fcc0e18b33c1b58c61d67fafab2957a6c3e690d4465bfa307f376429edd2a7d140969740c051c5bfea6bcb2eec7538da6ded39dfafb8b3de8928f1a3148f434
7
- data.tar.gz: 04458c21d978a9812b97de735dcfc7fad349d65a7805f8f76e253ea52424d6bfc0559646bf649e947df6ab3a1f9d5417abda28f9ce1ac66481107181499d34db
6
+ metadata.gz: 5c75dc2ea6927b6a18f08abb85262780ba8659f641f3746dc53c68233ec86a19054ddbbf161d910b384796a75af5e393165c88ad472e61e2e4826c886bce8113
7
+ data.tar.gz: 96d89ef96d86879f7fae7e859c6281c7725e27962561f981a6ea91918b9b93ff03c01d5292a43b8a222b94599942e68cfa71bbf4e48dd4300337fb7fc8677834
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Cocoapods::Try Changelog
2
2
 
3
+ ## 1.0.0.beta.4 (2016-04-15)
4
+
5
+ ##### Enhancements
6
+
7
+ * None.
8
+
9
+ ##### Bug Fixes
10
+
11
+ * Compatibility With CocoaPods 1.0.0.beta.8.
12
+ [Samuel Giddins](https://github.com/segiddins)
13
+ [CocoaPods#5159](https://github.com/CocoaPods/CocoaPods/issues/5159)
14
+
15
+
3
16
  ## 1.0.0.beta.3 (2016-03-15)
4
17
 
5
18
  ##### Bug Fixes
data/Gemfile.lock CHANGED
@@ -1,39 +1,39 @@
1
1
  GIT
2
2
  remote: https://github.com/CocoaPods/CLAide.git
3
- revision: 90b7d532037960a2a7befcafe7a7147fcf86982c
3
+ revision: 62896152c8f884ddb062afb2cb0ff7a4fd0a9a65
4
4
  branch: master
5
5
  specs:
6
- claide (1.0.0.beta.2)
6
+ claide (1.0.0.beta.3)
7
7
 
8
8
  GIT
9
9
  remote: https://github.com/CocoaPods/CocoaPods.git
10
- revision: 1f06a58c62661831f246f2e7349be48575b6192e
10
+ revision: 96c6d8babc3a4d36927eadb51401d77fce18df86
11
11
  branch: master
12
12
  specs:
13
- cocoapods (1.0.0.beta.5)
13
+ cocoapods (1.0.0.beta.7)
14
14
  activesupport (>= 4.0.2)
15
- claide (>= 1.0.0.beta.2, < 2.0)
16
- cocoapods-core (= 1.0.0.beta.5)
15
+ claide (>= 1.0.0.beta.3, < 2.0)
16
+ cocoapods-core (= 1.0.0.beta.7)
17
17
  cocoapods-deintegrate (>= 1.0.0.beta.1, < 2.0)
18
- cocoapods-downloader (>= 1.0.0.beta.1, < 2.0)
18
+ cocoapods-downloader (= 1.0.0.beta.3)
19
19
  cocoapods-plugins (>= 1.0.0.beta.1, < 2.0)
20
- cocoapods-search (>= 1.0.0.beta.1, < 2.0)
21
- cocoapods-stats (>= 1.0.0.beta.3, < 2.0)
22
- cocoapods-trunk (>= 1.0.0.beta.2, < 2.0)
23
- cocoapods-try (>= 1.0.0.beta.2, < 2.0)
20
+ cocoapods-search (= 1.0.0.beta.2)
21
+ cocoapods-stats (= 1.0.0.beta.4)
22
+ cocoapods-trunk (= 1.0.0.beta.3)
23
+ cocoapods-try (>= 1.0.0.beta.3, < 2.0)
24
24
  colored (~> 1.2)
25
25
  escape (~> 0.0.4)
26
26
  fourflusher (~> 0.3.0)
27
27
  molinillo (~> 0.4.4)
28
28
  nap (~> 1.0)
29
- xcodeproj (>= 1.0.0.beta.3, < 2.0)
29
+ xcodeproj (= 1.0.0.beta.4)
30
30
 
31
31
  GIT
32
32
  remote: https://github.com/CocoaPods/Core.git
33
- revision: 66c7b3b40fde614bb3eb6e287c25da4dfc6529c1
33
+ revision: a31c88165961dd2d79f12e4d09534c2fbfa314b2
34
34
  branch: master
35
35
  specs:
36
- cocoapods-core (1.0.0.beta.5)
36
+ cocoapods-core (1.0.0.beta.7)
37
37
  activesupport (>= 4.0.2)
38
38
  fuzzy_match (~> 2.0.4)
39
39
  nap (~> 1.0)
@@ -41,7 +41,7 @@ GIT
41
41
  PATH
42
42
  remote: .
43
43
  specs:
44
- cocoapods-try (1.0.0.beta.3)
44
+ cocoapods-try (1.0.0.beta.4)
45
45
 
46
46
  GEM
47
47
  remote: https://rubygems.org/
@@ -57,12 +57,12 @@ GEM
57
57
  parser (~> 2.2)
58
58
  bacon (1.2.0)
59
59
  cocoapods-deintegrate (1.0.0.beta.1)
60
- cocoapods-downloader (1.0.0.beta.1)
60
+ cocoapods-downloader (1.0.0.beta.3)
61
61
  cocoapods-plugins (1.0.0.beta.1)
62
62
  nap
63
- cocoapods-search (1.0.0.beta.1)
64
- cocoapods-stats (1.0.0.beta.3)
65
- cocoapods-trunk (1.0.0.beta.2)
63
+ cocoapods-search (1.0.0.beta.2)
64
+ cocoapods-stats (1.0.0.beta.4)
65
+ cocoapods-trunk (1.0.0.beta.3)
66
66
  nap (>= 0.8, < 2.0)
67
67
  netrc (= 0.7.8)
68
68
  codeclimate-test-reporter (0.4.7)
@@ -105,7 +105,7 @@ GEM
105
105
  thread_safe (0.3.5)
106
106
  tzinfo (1.2.2)
107
107
  thread_safe (~> 0.1)
108
- xcodeproj (1.0.0.beta.3)
108
+ xcodeproj (1.0.0.beta.4)
109
109
  activesupport (>= 3)
110
110
  claide (>= 1.0.0.beta.1, < 2.0)
111
111
  colored (~> 1.2)
data/lib/cocoapods_try.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # The namespace of the Cocoapods try plugin.
2
2
  #
3
3
  module CocoapodsTry
4
- VERSION = '1.0.0.beta.3'.freeze
4
+ VERSION = '1.0.0.beta.4'.freeze
5
5
  end
@@ -79,7 +79,7 @@ module Pod
79
79
  # @return [Specification] The specification.
80
80
  #
81
81
  def spec_with_name(name)
82
- set = SourcesManager.search(Dependency.new(name))
82
+ set = config.sources_manager.search(Dependency.new(name))
83
83
  if set
84
84
  set.specification.root
85
85
  else
@@ -198,7 +198,7 @@ module Pod
198
198
  def update_specs_repos
199
199
  return unless repo_update?(:default => true)
200
200
  UI.section 'Updating spec repositories' do
201
- SourcesManager.update
201
+ config.sources_manager.update
202
202
  end
203
203
  end
204
204
 
@@ -61,7 +61,7 @@ module Pod
61
61
  it 'updates the spec repos by default' do
62
62
  command = Pod::Command.parse(%w(try ARAnalytics))
63
63
  Installer::PodSourceInstaller.any_instance.expects(:install!)
64
- SourcesManager.expects(:update)
64
+ command.config.sources_manager.expects(:update)
65
65
  command.expects(:pick_demo_project).returns(XCODE_PROJECT)
66
66
  command.expects(:open_project).with(XCODE_PROJECT)
67
67
  command.run
@@ -70,7 +70,7 @@ module Pod
70
70
  it "doesn't update the spec repos if that option was given" do
71
71
  command = Pod::Command.parse(%w(try ARAnalytics --no-repo-update))
72
72
  Installer::PodSourceInstaller.any_instance.expects(:install!)
73
- SourcesManager.expects(:update).never
73
+ command.config.sources_manager.expects(:update).never
74
74
  command.expects(:pick_demo_project).returns(XCODE_PROJECT)
75
75
  command.expects(:open_project).with(XCODE_PROJECT)
76
76
  command.run
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-try
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.3
4
+ version: 1.0.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Pelosin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-15 00:00:00.000000000 Z
11
+ date: 2016-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: 1.3.1
84
84
  requirements: []
85
85
  rubyforge_project:
86
- rubygems_version: 2.6.2
86
+ rubygems_version: 2.6.3
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: CocoaPods plugin which allows to quickly try the demo project of a Pod.