Skip to content

Instantly share code, notes, and snippets.

@Thomvis
Created October 5, 2014 11:15
Show Gist options
  • Save Thomvis/1231b5fce16343805000 to your computer and use it in GitHub Desktop.
Save Thomvis/1231b5fce16343805000 to your computer and use it in GitHub Desktop.
Rake output for Cocoapods/CocoaPods (see https://github.com/CocoaPods/CocoaPods/pull/2595)
Using ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.1]

--------------------------------------------------------------------------------
Running the specs
--------------------------------------------------------------------------------
Pod::Command::Init
 ✓ complains if project does not exist (7 ms)
 ✓ complains if wrong parameters (3 ms)
 ✓ complains if more than one project exists and none is specified (129 ms)
 ✓ complains if a Podfile already exists (18 ms)
 ✓ creates a Podfile for a project in current directory (18 ms)
 ✓ creates a Podfile for a specified project (36 ms)
 ✓ creates a Podfile with targets from the project (28 ms)
 ✓ includes default pods in a Podfile (24 ms)
 ✓ includes default test pods in test targets in a Podfile (23 ms)
 ✓ does not include default test pods if there are no test targets (54 ms)
 ✓ saves xcode project file in Podfile if one was supplied (35 ms)
 ✓ doesn't save xcode project file in Podfile if one wasn't supplied (19 ms)
Pod::Sandbox
In general
 ✓ reads the real path of the root so it can be used to build relative paths
 ✓ automatically creates its root if it doesn't exist
 ✓ returns the manifest
 ✓ returns the project
 ✓ returns the public headers store
 ✓ cleans any trace of the Pod with the given name
 ✓ doesn't remove the root of local Pods while cleaning
Paths
 ✓ returns the path of the manifest
 ✓ returns the path of the Pods project
 ✓ returns the directory for the support files of a library
 ✓ returns the directory where a Pod is stored
 ✓ returns the directory where a local Pod is stored
 ✓ handles symlinks in /tmp
Specification store
 ✓ loads the stored specification with the given name
 ✓ loads the stored specification from the original path
 ✓ returns the directory where to store the specifications
 ✓ returns the path to a spec file in the 'Local Podspecs' dir
 ✓ stores a podspec with a given path into the sandbox
 ✓ stores a podspec with the given string into the sandbox
Pods information
 ✓ stores the list of the names of the pre-downloaded pods
 ✓ returns whether a Pod has been pre-downloaded
 ✓ stores the list of the names of the pre-downloaded pods
 ✓ returns whether a Pod has been pre-downloaded
 ✓ returns the checkout sources of the Pods
 ✓ stores the checkout source of a Pod
 ✓ returns the checkout sources of the Pods
 ✓ stores the local path of a Pod
 ✓ returns the path of the local pods grouped by name
 ✓ returns whether a Pod is local
Pod::AggregateTarget
In general
 ✓ returns the target_definition that generated it
 ✓ returns the label of the target definition
 ✓ returns its name
 ✓ returns the name of its product
 ✓ returns the user targets (21 ms)
Support files
 ✓ returns the absolute path of the xcconfig file
 ✓ returns the absolute path of the resources script
 ✓ returns the absolute path of the target header file
 ✓ returns the absolute path of the prefix header file
 ✓ returns the absolute path of the bridge support file
 ✓ returns the absolute path of the acknowledgements files without extension
 ✓ returns the path of the resources script relative to the user project
 ✓ returns the path of the xcconfig file relative to the user project
Pod targets
 ✓ returns pod targets by build configuration (2 ms)
 ✓ returns the specs of the Pods used by this aggregate target
 ✓ returns the specs of the Pods used by this aggregate target
 ✓ returns the spec consumers for the pod targets (24 ms)
Pod::PodTarget
In general
 ✓ returns the target_definition that generated it
 ✓ returns its name
 ✓ returns the name of its product
 ✓ returns the spec consumers for the pod targets
 ✓ returns the root spec
 ✓ returns the name of the Pod
 ✓ returns the name of the Pods on which this target depends
 ✓ returns whether it is whitelisted in a build configuration
 ✓ is whitelisted on all build configurations of it is a dependency of other Pods
 ✓ raises if a Pod is whitelisted for different build configurations
Support files
 ✓ returns the absolute path of the xcconfig file
 ✓ returns the absolute path of the target header file
 ✓ returns the absolute path of the prefix header file
 ✓ returns the absolute path of the bridge support file
 ✓ returns the absolute path of the public and private xcconfig files
Pod::Generator::DummySource
 ✓ generates a dummy source file with the appropriate class for the class name identifier
 ✓ generates a dummy source file with the appropriate class, replacing non-alphanumeric characters with underscores
Pod::SourcesManager
In general
 ✓ returns all the sources (4 ms)
 ✓ searches for the set of a dependency (39 ms)
 ✓ returns nil if it is not able to find a pod for the given dependency (39 ms)
 ✓ searches sets by name (52 ms)
 ✓ can perform a full text search of the sets (11.0 s)
 ✓ can perform a full text regexp search of the sets (33 ms)
 ✓ generates the search index before performing a search if it doesn't exits (2 ms)
 ✓ updates the search index before performing a search if it exits (2 ms)
 ✓ returns the path of the search index
managing sources by URL
generating a repo name from a URL
 ✓ uses `master` for the master CocoaPods repository
 ✓ uses the organization name for github.com URLs
 ✓ uses a combination of host and path for other URLs
 ✓ supports scp-style URLs
 ✓ supports ssh URLs with an aliased hostname
 ✓ supports ssh URLs with no user component
 ✓ appends a number to the name if the base name dir exists
finding or creating a source by URL
 - returns an existing matching source [FAILED]
 - runs `pod repo add` when there is no matching source [FAILED]
Updating Sources
 ✓ update source backed by a git repository (366 ms)
 - uses the only fast forward git option [FAILED]
 - prints a warning if the update failed [FAILED]
 ✓ returns whether a source is backed by a git repo (29 ms)
 - informs the user if there is an update for CocoaPods [FAILED]
 ✓ raises while asked to version information of a source if it is not compatible
 - raises when reading version information with merge conflict [FAILED]
 ✓ returns whether a path is writable
 ✓ returns whether a repository is compatible
 ✓ returns whether there is a CocoaPods update available
 - it returns an empty array for the version information if the file can't be found [FAILED]
Master repo
 ✓ returns the master repo dir
 - returns whether the master repo is functional [FAILED]
Pod::Installer::Analyzer
Analysis
 ✓ returns whether an installation should be performed (241 ms)
 ✓ returns whether the Podfile has changes (226 ms)
 ✓ returns whether the sandbox is not in sync with the lockfile (244 ms)
 ✓ computes the state of the Podfile respect to the Lockfile (231 ms)
 - updates the repositories by default [FAILED]
 - does not update unused sources [FAILED]
 - does not updates the repositories if config indicates to skip them [FAILED]
 ✓ generates the libraries which represent the target definitions (243 ms)
 ✓ generates the integration library appropriately if the installation will not integrate (209 ms)
 ✓ returns all the configurations the user has in any of its projects and/or targets (240 ms)
 ✓ locks the version of the dependencies which did not change in the Podfile (227 ms)
 ✓ does not lock the dependencies in update mode (223 ms)
 ✓ fetches the dependencies with external sources (15 ms)
 - it fetches the specification from either the sandbox or from the remote be default [DISABLED]
 - it fetches the specification from the remote if in update mode [DISABLED]
 - it fetches the specification only from the sandbox if pre-downloads are disabled [DISABLED]
 ✓ resolves the dependencies (227 ms)
 - removes the specifications of the changed pods to prevent confusion in the resolution process [DISABLED]
 ✓ adds the specifications to the correspondent libraries (232 ms)
 ✓ computes the state of the Sandbox respect to the resolved dependencies (220 ms)
Private helpers
#compute_user_project_targets
 ✓ uses the path specified in the target definition while computing the path of the user project (5 ms)
 ✓ raises if the user project of the target definition does not exists while computing the path of the user project (4 ms)
 ✓ if not specified in the target definition if looks if there is only one project (5 ms)
 ✓ if not specified in the target definition if looks if there is only one project (4 ms)
 ✓ does not take aggregate targets into consideration (23 ms)
#compute_user_project_targets
 ✓ returns the targets specified in the target definition (7 ms)
 ✓ raises if it is unable to find the targets specified by the target definition (14 ms)
 ✓ returns the target with the same name of the target definition (7 ms)
 ✓ raises if the name of the target definition does not match any file (6 ms)
 ✓ returns the first target of the project if the target definition is named default (7 ms)
 ✓ raises if the default target definition cannot be linked because there are no user targets (5 ms)
#compute_user_build_configurations
 ✓ returns the user build configurations of the user targets (6 ms)
 ✓ returns the user build configurations specified in the target definition (27 ms)
#compute_archs_for_target_definition
 ✓ handles a single ARCH defined in a single user target (5 ms)
 ✓ handles a single ARCH defined in multiple user targets (6 ms)
 ✓ handles an Array of ARCHs defined in a single user target (5 ms)
 ✓ handles an Array of ARCHs defined multiple user targets (5 ms)
#compute_platform_for_target_definition
 ✓ returns the platform specified in the target definition (4 ms)
 ✓ infers the platform from the user targets (6 ms)
 ✓ uses the lowest deployment target of the user targets if inferring the platform (6 ms)
 ✓ raises if the user targets have a different platform (7 ms)
#sources
when there are no explicit sources
 ✓ defaults to all sources (35 ms)
 ✓ prints a warning about the deprecation of implicit sources (17 ms)
 ✓ prints a warning about how to add explicit sources (18 ms)
when there are explicit sources
 - raises if no specs repo with that URL could be added [FAILED]
 - fetches a specs repo that is specified by the podfile [FAILED]
Pod::Hooks::InstallerRepresentation
Public Hooks API
 ✓ returns the sandbox root (53 ms)
 ✓ returns the pods project (45 ms)
 ✓ the hook representation of the pods (56 ms)
 ✓ the hook representation of the libraries (73 ms)
 ✓ returns the specs by library representation (46 ms)
 ✓ returns the pods representation by library representation (44 ms)
Unsafe Hooks API
 ✓ returns the sandbox (50 ms)
 ✓ returns the config (44 ms)
 ✓ returns the installer (46 ms)
Pod::Sandbox::HeadersStore
 ✓ returns it's headers root
 ✓ can add namespaced headers to it's header path using symlinks and return the relative path (2 ms)
 ✓ keeps a list of unique header search paths when headers are added (2 ms)
 ✓ always adds the Headers root to the header search paths
Pod::Generator::XCConfig::PrivatePodXCConfig
in general
 ✓ generates the xcconfig (33 ms)
 ✓ configures the project to load all members that implement Objective-c classes or categories from the static library (2 ms)
 ✓ does not add the -fobjc-arc to OTHER_LDFLAGS by default as Xcode 4.3.2 does not support it (2 ms)
 ✓ adds the -fobjc-arc to OTHER_LDFLAGS if any pods require arc and the podfile explicitly requires it (3 ms)
 ✓ sets the PODS_ROOT build variable (2 ms)
 ✓ adds the library build headers and public headers search paths to the xcconfig, with quotes (3 ms)
 ✓ adds the COCOAPODS macro definition (2 ms)
 ✓ adds the pod namespaced configuration items (2 ms)
 ✓ sets the relative path of the pods root for spec libraries to ${SRCROOT} (2 ms)
 ✓ saves the xcconfig (2 ms)
Private Helpers
#add_xcconfig_namespaced_keys
 ✓ appends to the values of the keys of the destination the value of the keys of the source
 ✓ uses the key of the destination xcconfig if not present in the source
 ✓ preserves any value of the source not present in the destination
#conditional_less_key
 ✓ returns the key without the xcconfig conditional syntax if present
 ✓ returns the key as it is if no conditional syntax is present
Pod::Generator::XCConfig::AggregateXCConfig
 ✓ returns the path of the pods root relative to the user project
 ✓ generates the xcconfig (2 ms)
 ✓ configures the project to load all members that implement Objective-c classes or categories from the static library (2 ms)
 ✓ does not add the -fobjc-arc to OTHER_LDFLAGS by default as Xcode 4.3.2 does not support it (2 ms)
 ✓ adds the -fobjc-arc to OTHER_LDFLAGS if any pods require arc and the podfile explicitly requires it (3 ms)
 ✓ sets the PODS_ROOT build variable (2 ms)
 ✓ adds the sandbox public headers search paths to the xcconfig, with quotes, as header search paths (2 ms)
 ✓ adds the sandbox public headers search paths to the xcconfig, with quotes, as system headers (4 ms)
 ✓ adds the COCOAPODS macro definition (2 ms)
 ✓ inherits the parent GCC_PREPROCESSOR_DEFINITIONS value (2 ms)
 ✓ links the pod targets with the aggregate integration library target (2 ms)
 ✓ does not links the pod targets with the aggregate integration library target for non-whitelisted configuration (3 ms)
 ✓ saves the xcconfig (3 ms)
Pod::Command::Spec
In general
 - complains for wrong parameters [FAILED]
create subcommand
 - creates a new podspec stub file [FAILED]
 - correctly creates a podspec from github [FAILED]
 - accepts a name when creating a podspec form github [FAILED]
 - correctly suggests the head commit if a suitable tag is not available on github [FAILED]
 - provides a markdown template if a github repo doesn't have semantic version tags [FAILED]
lint subcommand
 - complains if it can't find any spec to lint [FAILED]
 - complains if it can't find a spec with the given name [FAILED]
 - lints the current working directory [FAILED]
 - lints a remote podspec [DISABLED]
 - lints a given podspec [FAILED]
 - respects the -only--errors option [FAILED]
Pod::Command::Spec::Which
 - errors if a given podspec doesn't exist [FAILED]
 - complains provided spec name is ambigious [FAILED]
 - prints the path of a given podspec [FAILED]
Pod::Command::Spec::Cat
 - errors if a given podspec doesn't exist [FAILED]
 - complains provided spec name is ambigious [FAILED]
 - cats the given podspec [FAILED]
 - cats the first podspec from all podspecs [FAILED]
Pod::Command::Spec::Edit
 - errors if a given podspec doesn't exist [FAILED]
 - complains provided spec name is ambigious [FAILED]
 - would execute the editor specified in ENV with the given podspec [FAILED]
 - will raise if no editor is found [FAILED]
 - would execute an editor with the first podspec from all podspecs [FAILED]
 - complains if it can't find a spec file for the given spec [FAILED]
Private helpers
#get_path_of_spec
 ✓ returns the path of the specification with the given name (33 ms)
#choose_from_array
 ✓ should return a valid index for the given array
 ✓ should raise when the index is out of bounds
Pod::Generator::PrefixHeader
 ✓ includes the contents of the specification's prefix header (3 ms)
 ✓ does not duplicate the contents of the specification's prefix header when a subspec is declared
 ✓ does not duplicate the contents of the specification's prefix header when a subspec is declared multiple times
 ✓ includes the contents of the specification's prefix header file
 ✓ includes the imports
 ✓ imports UIKit in iOS platforms
 ✓ imports Cocoa for OS X platforms
 ✓ writes the prefix header file to the disk
Pod::Project
In general
 ✓ creates the support files group on initialization
 ✓ creates the Pods group on initialization
 ✓ creates the development Pods group on initialization
Pod Groups
#add_pod_group
 ✓ adds the group for a Pod
 ✓ adds the group for a development Pod
 ✓ configures the path of a new Pod group (18 ms)
 ✓ configures the path of a new Pod group as absolute if requested
#pod_groups
 ✓ returns the pod groups
 ✓ doesn't alters the original groups
 ✓ returns the group of a Pod with a given name
#group_for_spec
 ✓ returns the group for the spec with the given name
 ✓ doesn't duplicate the groups
 ✓ returns the subgroup with the given key
 ✓ doesn't duplicates subgroups
 ✓ raises if the subgroup key is unrecognized
#pod_support_files_group
 ✓ creates a support file group relative to the project
 ✓ doesn't duplicate the groups
File references
#reference_for_path
 ✓ adds a file references to the given file
 ✓ it doesn't duplicate file references for a single path (2 ms)
 ✓ raises if the given path is not absolute
#reference_for_path
 ✓ returns the reference for the given path
 ✓ returns nil if no reference for the given path is available
 ✓ raises if the given path is not absolute (2 ms)
 ✓ adds the Podfile configured as a Ruby file
#add_build_configuration
 ✓ adds a preprocessor definition for build configurations
 ✓ doesn't create invalid preprocessor definitions for configurations
 ✓ doesn't duplicate values
 ✓ normalizes the name of the configuration
Pod::AggregateTarget
In general
 ✓ returns the target_definition that generated it
 ✓ returns the label of the target definition
 ✓ returns its name
 ✓ returns the name of its product
Support files
 ✓ returns the absolute path of the xcconfig file
 ✓ returns the absolute path of the resources script
 ✓ returns the absolute path of the target header file
 ✓ returns the absolute path of the prefix header file
 ✓ returns the absolute path of the bridge support file
 ✓ returns the absolute path of the acknowledgements files without extension
 ✓ returns the path of the resources script relative to the user project
 ✓ returns the path of the xcconfig file relative to the user project
Pod::Command::Setup
 ✓ returns the read only URL of the `master` spec-repo
 - runs with correct parameters [FAILED]
 - creates the local spec-repos directory and creates a clone of the `master` repo [FAILED]
 - creates a shallow clone of the `master` repo by default [FAILED]
 - creates a full clone of the `master` repo if requested [FAILED]
 ✓ migrates repos from the old directory structure to the new one (66 ms)
Pod::ExternalSources::PathSource
 ✓ creates a copy of the podspec (2 ms)
 ✓ supports the deprecated local key (2 ms)
 ✓ returns the description
 ✓ marks the Pod as local in the sandbox
 ✓ marks a pod as relative
 ✓ marks a pod as absolute
 ✓ raises if the podspec cannot be found (5 ms)
#podspec_path
 ✓ handles absolute paths
 ✓ handles paths when there is no podfile path
 ✓ handles relative paths
 ✓ expands the tilde (2 ms)
 ✓ falls back to .podspec.json when .podspec doesnt exist (29 ms)
#absolute?
 ✓ returns that a path is relative
 ✓ consider relative paths not explicitly set from the current dir
 ✓ returns that a path is absolute
 ✓ considers absolute paths specified with the tilde
Pod::Command::Repo::Push
 ✓ complains if it can't find the repo
 ✓ complains if it can't find a spec (34 ms)
 ✓ it raises if the specification doesn't validate (49 ms)
 - refuses to push if the repo is not clean [FAILED]
 - refuses to push if the repo is not clean [FAILED]
 - successfully pushes a spec [FAILED]
Pod::UserInterface
 ✓ presents the name, version, description, homepage and source of a specification set (41 ms)
 ✓ Presents information about deprecation if the pod is deprecated (48 ms)
 ✓ Presents information about the deprecation in favor of another pod (67 ms)
 ✓ presents the stats of a specification set (37 ms)
 ✓ should print at least one subspec (70 ms)
 ✓ presents only name and version of a specification set in :name_and_version mode (80 ms)
Pod::Generator::XCConfig::PublicPodXCConfig
 ✓ generates the xcconfig (32 ms)
 ✓ includes the xcconfig of the specifications (8 ms)
 ✓ includes the libraries for the specifications (11 ms)
 ✓ includes the frameworks of the specifications (12 ms)
 ✓ includes the weak-frameworks of the specifications (12 ms)
 ✓ includes the developer frameworks search paths when SenTestingKit is detected (11 ms)
 ✓ doesn't include the developer frameworks if already present (10 ms)
 ✓ includes the build settings of the frameworks bundles of the spec (11 ms)
 ✓ includes the build settings of the libraries shipped with the spec (13 ms)
 ✓ saves the xcconfig (14 ms)
 ✓ writes the xcconfig with a prefix computed from the target definition and root spec (15 ms)
Pod::ExternalSources::DownloaderSource
 ✓ creates a copy of the podspec (45 ms)
 ✓ marks the Pod as pre-downloaded (34 ms)
 ✓ returns the description
Pod::Installer::FileReferencesInstaller
Installation
 ✓ adds the files references of the source files the Pods project (18 ms)
 ✓ adds the files references of the source files the Pods project (15 ms)
 ✓ adds the file references of the frameworks of the project (15 ms)
 ✓ adds the file references of the libraries of the project (15 ms)
 ✓ adds the files references of the resources the Pods project (16 ms)
 ✓ links the build headers (16 ms)
 ✓ links the public headers (15 ms)
Private Helpers
#file_accessors
 ✓ returns the file accessors (2 ms)
 ✓ handles libraries empty libraries without file accessors (2 ms)
#header_mappings
 ✓ returns the header mappings (2 ms)
 ✓ takes into account the header dir specified in the spec (2 ms)
 ✓ takes into account the header mappings dir specified in the spec (13 ms)
Pod::Command::Lib::Create
 - complains if wrong parameters [FAILED]
 - complains if pod name contains spaces [FAILED]
 - complains if pod name begins with a period [FAILED]
 - should create a new dir for the newly created pod [FAILED]
 - configures the template after cloning it passing the name of the Pod as the argument [FAILED]
 - should show link to new pod guide after creation [FAILED]
 - should use the given template URL [FAILED]
 - should use the default URL if no template URL is given [FAILED]
Pod::Command::Lib::Lint
 - lints the current working directory [FAILED]
 - lints a single spec in the current working directory [FAILED]
 - fails to lint a broken spec file and cleans up [FAILED]
 - fails to lint a broken spec file and leaves lint directory [FAILED]
 - fails to lint if the spec is not loaded [FAILED]
Pod::Sandbox::PathList
In general
 ✓ creates the list of all the files (8 ms)
 ✓ creates the list of the directories (6 ms)
 ✓ handles directories with glob metacharacters
Globbing
 ✓ can glob the root for a given pattern (6 ms)
 ✓ can return the absolute paths from glob (6 ms)
 ✓ can return the relative paths from glob (8 ms)
 ✓ supports the `**` glob pattern (7 ms)
 ✓ supports an optional pattern for globbing directories (6 ms)
 ✓ handles directories specified with a trailing slash (6 ms)
 ✓ supports an optional list of patterns to exclude (9 ms)
 ✓ allows to specify folders in the exclude patterns (9 ms)
 ✓ can optionally include the directories in the results (7 ms)
Private Helpers
#directory?
 ✓ detects a directory (6 ms)
 ✓ doesn't reports as a directory a file (5 ms)
#directory?
 ✓ expands a pattern into all the combinations of Dir#glob literals
 ✓ returns the original pattern if there are no Dir#glob expansions
 ✓ expands `**`
 ✓ supports a combination of `**` and literals
#escape_path_for_glob
 ✓ escapes metacharacters
Pod::Target
Pod::Generator::CopyResourcesScript
 ✓ returns the copy resources script
 ✓ instructs ibtool to use the --reference-external-strings-file if set to do so
Pod::Generator::TargetEnvironmentHeader
 ✓ generates a header files which include macro definitions for installed Pods
 ✓ handles specifications with special characters
 ✓ includes conditional statements for specifications not present in all build configurations
 ✓ normalizes the name of the build configuration
Pod::Command::Project
 ✓ tells the user that no Podfile or podspec was found in the current working dir
Pod::Command::Install
 - tells the user that no Podfile or podspec was found in the project dir [FAILED]
Pod::Command::Update
 - tells the user that no Podfile was found in the project dir [FAILED]
 - tells the user that no Lockfile was found in the project dir [FAILED]
tells the user that the Pods cannot be updated unless they are installed
 - for a single missing Pod [FAILED]
 - for multiple missing Pods [FAILED]
Pod::Installer::Analyzer::SandboxAnalyzer
Analysis
 ✓ returns the sandbox state (3 ms)
 ✓ marks all the pods as added if no sandbox manifest is available
Analysis
 ✓ returns whether a Pod is unchanged (3 ms)
 ✓ considers a Pod as added if it is not recorded in the sandbox manifest (2 ms)
 ✓ considers a Pod as added if it folder doesn't exits (2 ms)
 ✓ considers deleted a Pod without any resolved specification (4 ms)
 ✓ considers changed a Pod whose versions do not match (3 ms)
 ✓ considers changed a Pod whose checksums do not match (3 ms)
 ✓ considers changed a Pod whose activated specifications do not match (3 ms)
 ✓ considers changed a Pod whose folder is empty (2 ms)
 ✓ considers changed a Pod which has been pre-downloaded (3 ms)
 ✓ considers changed a Pod whose head state doesn't match (3 ms)
 ✓ considers changed a Pod whose specification is in head mode if in update mode (3 ms)
 ✓ doesn't consider changed a Pod whose specification is in head mode if not in update mode (19 ms)
Private helpers
 ✓ returns the sandbox manifest
 ✓ returns the lockfile as the sandbox if one is not available
 ✓ returns the root name of the resolved Pods
 ✓ returns the root name of pods stored in the sandbox manifest
 ✓ returns the name of the resolved specifications sorted by name
 ✓ returns the name of the specifications stored in the sandbox manifest
 ✓ returns the root specification for the Pod with the given name
 ✓ returns the version for the Pod with the given name stored in the manifest
 ✓ returns the checksum for the spec of the Pods with the given name stored in the manifest (2 ms)
 ✓ returns whether the folder containing the Pod with the given name exists
 ✓ returns whether the folder containing the Pod with the given name is empty
Pod::Config
In general
 ✓ returns the singleton config instance
 ✓ returns the path to the home dir
 ✓ returns the path to the spec-repos dir
 ✓ returns the path to the templates dir
 ✓ returns the path of the default podfiles
 ✓ allows to specify the home dir with an environment variable
 ✓ allows to specify the repos dir with an environment variable
Paths
 ✓ returns the working directory as the installation root if a Podfile can be found
 ✓ returns the parent directory which contains the Podfile if it can be found
 ✓ it returns the working directory as the installation root if no Podfile can be found
 ✓ returns the path to the project root
 ✓ returns the path to the project Podfile if it exists
 ✓ can detect yaml Podfiles
 ✓ can detect files named `CocoaPods.podfile`
 ✓ returns the path to the Pods directory that holds the dependencies
 ✓ returns the Podfile path
 ✓ returns nils if the Podfile if no paths exists
 ✓ returns the Lockfile path
 ✓ returns the statistics cache file
 ✓ returns the search index file
Default settings
 ✓ prints out normal information
 ✓ does not print verbose information
 ✓ cleans SCM dirs in dependency checkouts
 ✓ returns the cache root
Dependency Injection
 ✓ returns the specification statistics provider
Private helpers
 ✓ returns the path of the user settings file
 ✓ can be configured with a hash
#podfile_path_in_dir
 ✓ detects the CocoaPods.podfile.yaml file
 ✓ detects the CocoaPods.podfile file
 ✓ detects the Podfile file
 ✓ returns nils if the Podfile is not available
Pod::Generator::BridgeSupport
 ✓ generates a metadata file with the appropriate search paths (2 ms)
Pod::Hooks::PodRepresentation
Public Hooks API
 ✓ returns the name
 ✓ returns the version
 ✓ returns the root specification
 ✓ returns all the activated specifications
 ✓ returns the directory where the pod is stored
 ✓ returns the source files (11 ms)
Pod::Generator::Plist
 ✓ returns the correct number of licenses (including header and footnote)
 ✓ returns a string for the plist title (2 ms)
 ✓ returns a correctly formed license hash for each pod
 ✓ returns a correctly sanitized license hash for each pod (22 ms)
 ✓ returns nil for a pod with no license text
 ✓ returns a plist containg the licenses
 ✓ writes a plist to disk at the given path (2 ms)
Pod::Installer::PodSourceInstaller
Installation
Download
 ✓ downloads the source (34 ms)
 ✓ downloads the head source even if a specific source is present specified source (42 ms)
 ✓ returns the checkout options of the downloader if any (36 ms)
 ✓ stores the checkout options in the sandbox (45 ms)
 ✓ cleans up directory when an error occurs during download (3 ms)
 ✓ fails when using :head for Http source (2 ms)
Prepare command
 ✓ runs the prepare command if one has been declared in the spec (38 ms)
 ✓ doesn't run the prepare command if it hasn't been declared in the spec (46 ms)
 ✓ raises if the prepare command fails (67 ms)
 ✓ unsets $CDPATH environment variable (63 ms)
Cleaning
 ✓ cleans the paths non used by the installation (61 ms)
 ✓ preserves important files like the LICENSE and the README (73 ms)
Options
 ✓ doesn't downloads the source if the pod was already downloaded (2 ms)
 ✓ doesn't downloads the source if the pod has a local source
 ✓ doesn't clean the installation if the pod has a local source
Private Helpers
 ✓ returns the clean paths (80 ms)
 ✓ returns the used files (45 ms)
 ✓ handles Pods with multiple file accessors (48 ms)
 ✓ compacts the used files as nil would be converted to the empty string (4 ms)
Pod::Installer::HooksContext
 ✓ offers a convenience method to be generated
Pod::Validator
Quick mode
 ✓ validates a correct podspec (8 ms)
 ✓ lints the podspec during validation (10 ms)
 ✓ respects quick mode (10 ms)
 ✓ respects the only errors option (8 ms)
 ✓ handles symlinks (8 ms)
Extensive analysis
URL validation
Homepage validation
 ✓ checks if the homepage is valid (45 ms)
 ✓ indicates if it was not able to validate the homepage (19 ms)
 ✓ does not fail if the homepage redirects (20 ms)
 ✓ does not fail if the homepage does not support HEAD (15 ms)
 ✓ does not fail if the homepage errors on HEAD (14 ms)
 ✓ does not follow redirects infinitely (15 ms)
 ✓ supports relative redirects (15 ms)
Screenshot validation
 ✓ checks if the screenshots are valid (14 ms)
 ✓ should fail if any of the screenshots URLS do not return an image (22 ms)
social media URL validation
 ✓ checks if the social media URL is valid (13 ms)
 ✓ should fail validation if it wasn't able to validate the URL (45 ms)
documentation URL validation
 ✓ checks if the documentation URL is valid (15 ms)
 ✓ should fail validation if it wasn't able to validate the URL (18 ms)
docset URL validation
 ✓ checks if the docset URL is valid (17 ms)
 ✓ should fail validation if it wasn't able to validate the URL (15 ms)
 - respects the no clean option [FAILED]
 ✓ builds the pod per platform (11 ms)
 ✓ uses the deployment target of the specification (7 ms)
 ✓ respects the local option (7 ms)
 ✓ repects the source_urls parameter (2 ms)
 - uses xcodebuild to generate notes and warnings [FAILED]
 - does filter InputFile errors completely [FAILED]
 - checks for file patterns [FAILED]
 - validates a podspec with dependencies [FAILED]
Pod::HooksManager
register
 ✓ allows to register a block for a notification with a given name
 ✓ raises if no name is given
 ✓ raises if no block is given
run
 ✓ invokes the hooks
 ✓ handles the case that no listeners have registered
 ✓ handles the case that no listeners have registered for a name
 ✓ raises if no name is given
 ✓ raises if no context object is given
Pod::Generator::Acknowledgements
In general
 ✓ returns the classes of the concrete generators generators (2 ms)
 ✓ returns a string for each header and footnote text method
Private methods
 ✓ returns the root specifications
 ✓ returns the license
 ✓ returns the license from the file
 ✓ warns the user if the file specified in the license doesn't exists
Pod::Generator::XCConfig
Pod::Installer
In general
 ✓ in runs the pre-install hooks before cleaning the Pod sources (4 ms)
 ✓ in runs the post-install hooks before serializing the Pods project (4 ms)
 ✓ integrates the user targets if the corresponding config is set (3 ms)
 ✓ doesn't integrates the user targets if the corresponding config is not set (3 ms)
 ✓ prints a list of deprecated pods (3 ms)
Dependencies Resolution
#analyze
 ✓ prints a warning if the version of the Lockfile is higher than the one of the executable (46 ms)
 ✓ analyzes the Podfile, the Lockfile and the Sandbox (46 ms)
 ✓ stores the targets created by the analyzer (80 ms)
 ✓ configures the analyzer to use update mode if appropriate (73 ms)
#validate_whitelisted_configurations
 ✓ raises when a whitelisted configuration doesn’t exist in the user's project (61 ms)
 ✓ does not raise if all whitelisted configurations exist in the user's project (49 ms)
#clean_sandbox
 ✓ cleans the header stores (2 ms)
 ✓ deletes the sources of the removed Pods (2 ms)
Downloading dependencies
#install_pod_sources
 ✓ installs all the Pods which are marked as needing installation (2 ms)
 ✓ correctly configures the Pod source installer (3 ms)
 ✓ maintains the list of the installed specs (2 ms)
 ✓ prints the previous version of a pod while updating the spec (2 ms)
#clean
 ✓ it cleans only if the config instructs to do it
Generating pods project
#prepare_pods_project
 ✓ creates build configurations for all of the user's targets (136 ms)
 ✓ sets STRIP_INSTALLED_PRODUCT to NO for all configurations for the whole project (99 ms)
 ✓ creates the Pods project (3 ms)
 ✓ preserves Pod paths specified as absolute or rooted to home (19 ms)
 ✓ adds the Podfile to the Pods project (4 ms)
 ✓ sets the deployment target for the whole project (39 ms)
#install_file_references
 ✓ installs the file references
#install_libraries
 ✓ install the targets of the Pod project (4 ms)
 ✓ skips empty pod targets (3 ms)
 - adds the frameworks required by to the pod to the project for informative purposes [DISABLED]
#set_target_dependencies
 - sets the pod targets as dependencies of the aggregate target [DISABLED]
 - sets the dependecies of the pod targets [DISABLED]
 - is robusts against subspecs [DISABLED]
#write_pod_project
 ✓ recursively sorts the project (21 ms)
 ✓ saves the project to the given path (5 ms)
#write_lockfiles
 ✓ generates the lockfile (4 ms)
 ✓ writes the lockfile (6 ms)
 ✓ writes the sandbox manifest (4 ms)
Integrating client projects
 ✓ integrates the client projects (6 ms)
Plugins Hooks
 ✓ runs plugins post install hook (60 ms)
Hooks
 ✓ runs the pre install hooks (46 ms)
 ✓ run_podfile_post_install_hooks (46 ms)
 ✓ calls the hooks in the specs for each target (47 ms)
 ✓ returns the hook representation of the installer (61 ms)
 ✓ returns the hook representation of a pod (60 ms)
 ✓ returns the hook representation of an aggregate target (47 ms)
 ✓ returns the hook representation of all the pods (60 ms)
 ✓ returns the hook representation of all the aggregate target (46 ms)
 ✓ returns the aggregate targets which use a given Pod (53 ms)
Pod::Installer::UserProjectIntegrator
In general
In general
 ✓ adds the Pods project to the workspace (28 ms)
 ✓ integrates the user targets (22 ms)
 ✓ warns if the podfile does not contain any dependency (22 ms)
 ✓ check that the integrated target does not override the CocoaPods build settings (22 ms)
 ✓ allows the use of the alternate form of the inherited flag (30 ms)
 ✓ allows build settings which inherit the settings form the CocoaPods xcconfig (31 ms)
Workspace creation
 ✓ creates a new workspace if needed (22 ms)
 ✓ updates an existing workspace if needed (27 ms)
 ✓ doesn't write the workspace if not needed (26 ms)
 ✓ only appends projects to the workspace and never deletes one (58 ms)
 ✓ preserves the order of the projects in the workspace (35 ms)
Private Helpers
 ✓ uses the path of the workspace defined in the podfile (30 ms)
 ✓ names the workspace after the user project if needed (25 ms)
 ✓ raises if no workspace could be selected (26 ms)
 ✓ returns the paths of the user projects (32 ms)
 ✓ skips libraries with empty target definitions (29 ms)
Pod::ExternalSources::PodspecSource
 ✓ creates a copy of the podspec
 ✓ returns the description
Helpers
 ✓ handles absolute paths
 ✓ handles paths when there is no podfile path
 ✓ handles relative paths
 ✓ expands the tilde
 ✓ handles URLs
Pod::Installer::PodTargetInstaller
In General
 ✓ adds file references for the support files of the target (19 ms)
 ✓ adds the target for the static library to the project (18 ms)
 ✓ sets VALIDATE_PRODUCT to YES for the Release configuration for iOS targets (21 ms)
 ✓ sets the platform and the deployment target for iOS targets (66 ms)
 ✓ sets the platform and the deployment target for OS X targets (18 ms)
 ✓ adds the user's build configurations to the target (18 ms)
 ✓ it creates different hash instances for the build settings of various build configurations (18 ms)
 ✓ does not enable the GCC_WARN_INHIBIT_ALL_WARNINGS flag by default (18 ms)
 ✓ adds the source files of each pod to the target of the Pod library (18 ms)
 ✓ adds the resource bundle targets (20 ms)
 - adds the build configurations to the resources bundle targets [DISABLED]
 ✓ creates the xcconfig file (20 ms)
 ✓ creates a prefix header, including the contents of the specification's prefix header (20 ms)
 ✓ creates a dummy source to ensure the compilation of libraries with only categories (23 ms)
concerning compiler flags
 ✓ flags should not be added to dtrace files (41 ms)
 ✓ adds -w per pod if target definition inhibits warnings for that pod (11 ms)
 ✓ doesn't inhibit warnings by default (15 ms)
 ✓ adds -Xanalyzer -analyzer-disable-checker per pod (13 ms)
 ✓ doesn't inhibit analyzer warnings by default (11 ms)
concerning ARC before and after iOS 6.0 and OS X 10.8
 ✓ does not do anything if ARC is *not* required (12 ms)
 ✓ does *not* disable the `OS_OBJECT_USE_OBJC` flag if ARC is required and has a deployment target of >= iOS 6.0 or OS X 10.8 (14 ms)
 ✓ *does* disable the `OS_OBJECT_USE_OBJC` flag if ARC is required but has a deployment target < iOS 6.0 or OS X 10.8 (14 ms)
 ✓ *does* disable the `OS_OBJECT_USE_OBJC` flag if ARC is required and *no* deployment target is specified (13 ms)
Pod::Installer::TargetInstaller
 ✓ Adds the architectures to the custom build configurations of the user target (14 ms)
Pod::Installer::AggregateTargetInstaller
In General
 ✓ adds file references for the support files of the target (82 ms)
 ✓ adds the target for the static library to the project (34 ms)
 ✓ adds the user build configurations to the target (36 ms)
 ✓ sets VALIDATE_PRODUCT to YES for the Release configuration for iOS targets (41 ms)
 ✓ sets the platform and the deployment target for iOS targets (40 ms)
 ✓ sets the platform and the deployment target for OS X targets (61 ms)
 ✓ adds the user's build configurations to the target (39 ms)
 ✓ it creates different hash instances for the build settings of various build configurations (38 ms)
 ✓ does not enable the GCC_WARN_INHIBIT_ALL_WARNINGS flag by default (68 ms)
 ✓ creates the xcconfig file (44 ms)
 ✓ creates a header for the target which contains the information about the installed Pods (41 ms)
 ✓ creates a bridge support file (43 ms)
 ✓ creates a create copy resources script (54 ms)
 - adds the resources bundles to the copy resources script [DISABLED]
 - adds the bridge support file to the copy resources script, if one was created [DISABLED]
 ✓ creates the acknowledgements files (46 ms)
 ✓ creates a dummy source to ensure the creation of a single base library (49 ms)
Pod::Resolver
In general
 ✓ returns the sandbox
 ✓ returns the podfile
 ✓ returns the locked dependencies
 ✓ resolves the specification of the podfile (120 ms)
 ✓ returns the resolved specifications grouped by target definition (119 ms)
 ✓ it resolves specifications from external sources (2 ms)
Resolution
 ✓ cross resolves dependencies (146 ms)
 ✓ holds the context state, such as cached specification sets (243 ms)
 ✓ raises once any of the dependencies does not match the platform of its podfile target (41 ms)
 ✓ raises if unable to find a specification (81 ms)
 ✓ does not raise if all dependencies are supported by the platform of the target definition (128 ms)
 ✓ includes all the subspecs of a specification node (876 ms)
 ✓ handles correctly subspecs from external sources (3 ms)
 ✓ marks a specification's version to be a HEAD version (113 ms)
 ✓ raises if it finds two conflicting dependencies (57 ms)
 ✓ takes into account locked dependencies (91 ms)
 - takes into account locked implicit dependencies [DISABLED]
 ✓ takes into account the order of the sources (156 ms)
Pre-release versions
 ✓ resolves explicitly requested pre-release versions (51 ms)
 - resolves to latest minor version even when explicitly requesting pre-release versions when using ~> [DISABLED]
 - does not resolve to a pre-release version implicitly when matching exact version [DISABLED]
 - does not resolve to a pre-release version implicitly when using < [DISABLED]
 - does not resolve to a pre-release version implicitly when using <= [DISABLED]
 - does not resolve to a pre-release version implicitly when using > [DISABLED]
 - does not resolve to a pre-release version implicitly when using >= [DISABLED]
 - does not resolve to a pre-release version implicitly when using ~> [DISABLED]
Pod::UserInterface::ErrorReport
In general
 ✓ returns a well-structured report (3 ms)
 ✓ strips the local path from the exception message
Pod::Command::IPC
Pod::Command::IPC::Spec
 - converts a podspec to JSON and prints it to STDOUT [FAILED]
Pod::Command::IPC::Podfile
 - converts a Podfile to yaml and prints it to STDOUT [FAILED]
Pod::Command::IPC::List
 - prints a list of podspecs in the yaml format and prints it to STDOUT [FAILED]
Pod::Command::IPC::UpdateSearchIndex
 - updates the search index and prints its path to STDOUT [FAILED]
Pod::Command::IPC::Repl
 ✓ prints the version of CocoaPods as its first message (2 ms)
 ✓ converts forwards the commands to the other ipc subcommands prints the result to STDOUT (3 ms)
Pod::ExternalSources::AbstractExternalSource
In general
 ✓ compares to another (2 ms)
 ✓ fetches the specification from the remote stores it in the sandbox (45 ms)
Subclasses helpers
 ✓ pre-downloads the Pod and stores the relevant information in the sandbox (35 ms)
 ✓ checks for JSON podspecs (9 ms)
Pod::Command
 ✓ displays the current version number with the --version flag
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Report
* What did you do?
* What did you expect to happen?
* What happened instead?
### Stack
```
CocoaPods : 0.34.1
Ruby : ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin13.0.1]
RubyGems : 2.1.10
Host : Mac OS X 10.9.5 (13F34)
Xcode : 6.0.1 (6A317)
Ruby lib dir : /Users/Thomas/.rvm/rubies/ruby-2.0.0-p247/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ b0f4e85738f1f911e32e2914b39e9acdce7c7ed9
test_repo - https://github.com/CocoaPods/CocoaPods.git @ f23d775dfe42922f7481eab383da21402b186042
```
### Plugins
```
cocoapods-plugins : 0.3.1
cocoapods-trunk : 0.2.0
cocoapods-try : 0.4.1
```
### Error
```
NoMethodError - undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CLAide/lib/claide/command.rb:266:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:48:in `run'
spec/functional/command_spec.rb:12:in `block (3 levels) in <module:Pod>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:250:in `call'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:250:in `raise?'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:340:in `block in method_missing'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:323:in `satisfy'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:340:in `method_missing'
spec/functional/command_spec.rb:12:in `block (2 levels) in <module:Pod>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/mocha-on-bacon-0.2.2/lib/mocha-on-bacon.rb:57:in `call'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/mocha-on-bacon-0.2.2/lib/mocha-on-bacon.rb:57:in `block in it'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:180:in `instance_eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:180:in `block in run_requirement'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/prettybacon-0.0.2/lib/pretty_bacon/spec_dox_output.rb:30:in `handle_requirement'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:173:in `run_requirement'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:161:in `it'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/mocha-on-bacon-0.2.2/lib/mocha-on-bacon.rb:54:in `it'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/prettybacon-0.0.2/lib/pretty_bacon/context.rb:36:in `it'
spec/functional/command_spec.rb:11:in `block in <module:Pod>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:145:in `instance_eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:145:in `block in run'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/prettybacon-0.0.2/lib/pretty_bacon/spec_dox_output.rb:21:in `handle_specification'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:145:in `run'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/lib/bacon.rb:286:in `describe'
spec/functional/command_spec.rb:4:in `<module:Pod>'
spec/functional/command_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/bin/bacon:116:in `load'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/bin/bacon:116:in `block in <top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/bin/bacon:115:in `each'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/gems/bacon-1.2.0/bin/bacon:115:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/bacon:19:in `load'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/bacon:19:in `<main>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
```
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing github issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=undefined+method+%60version_information%27+for+Pod%3A%3ASourcesManager%3AClass&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Don't forget to anonymize any private data!
 - reports the location of the AFNetworking spec [FAILED]
 ✓ doesn't let you run as root (3 ms)
Pod::Generator::Markdown
 ✓ returns a correctly formatted title string
 ✓ returns a correctly formatted license string for each pod (2 ms)
 ✓ returns a correctly formatted markdown string for the target (2 ms)
 ✓ writes a markdown file to disk (2 ms)
Pod::Generator::XCConfig::XCConfigHelper
::default_ld_flags
 ✓ returns the default linker flags
 ✓ includes the ARC compatibility flag if required by the Podfile
::quote
 ✓ quotes strings
 ✓ inserts an optional string and then the normal quoted string
::add_spec_build_settings_to_xcconfig
 ✓ adds the build settings of the consumer
 ✓ adds the libraries of the xcconfig
 ✓ adds the frameworks of the xcconfig
 ✓ adds the weak frameworks of the xcconfig
 ✓ adds the ios developer frameworks search paths if needed
 ✓ adds the osx developer frameworks search paths if needed
::add_framework_build_settings
 ✓ adds the build settings of a framework to the given xcconfig
 ✓ doesn't ovverides exiting linker flags
 ✓ doesn't ovverides exiting frameworks search paths
::add_library_build_settings
 ✓ adds the build settings of a framework to the given xcconfig
::add_framework_build_settings
 ✓ adds the developer frameworks search paths to the xcconfig if SenTestingKit has been detected
 ✓ adds the developer frameworks search paths to the xcconfig if XCTest has been detected
 ✓ doesn't adds the developer frameworks relative to the SDK for OS X
Pod::Command::Outdated
 - tells the user that no Podfile was found in the project dir [FAILED]
 - tells the user that no Lockfile was found in the project dir [FAILED]
 - tells the user only about podspecs that have no parent [FAILED]
 - tells the user about deprecated pods [FAILED]
Pod::Executable
 ✓ shows the actual command on failure (10 ms)
Pod::Sandbox::FileAccessor
In general
 ✓ raises if the consumer is nil
 ✓ raises if the root does not exits
 ✓ returns the root
 ✓ returns the specification
 ✓ returns the platform for which the spec is being consumed
Returning files
 ✓ returns the source files (13 ms)
 ✓ returns the header files (43 ms)
 ✓ returns the public headers (12 ms)
 ✓ returns all the headers if no public headers are defined (11 ms)
 ✓ filters the private headers form the public headers (10 ms)
 ✓ returns the resources (9 ms)
 ✓ includes folders in the resources (9 ms)
 ✓ returns the preserve paths (9 ms)
 ✓ includes folders in the preserve paths (9 ms)
 ✓ returns the paths of the framework bundles (11 ms)
 ✓ returns the paths of the library files (9 ms)
 ✓ returns the resource bundles of the pod (9 ms)
 ✓ returns the paths of the files of the resource bundles (12 ms)
 ✓ returns the prefix header of the specification
 ✓ returns the README file of the specification (13 ms)
 ✓ returns the license file of the specification
 ✓ respects the exclude files (17 ms)
Private helpers
#paths_for_attribute
 ✓ takes into account dir patterns and excluded files
Pod::Installer::UserProjectIntegrator::TargetIntegrator
In general
#integrate!
 ✓ set the CocoaPods xcconfigs (120 ms)
 ✓ allows the xcconfig integrator to edit already integrated targets if needed (145 ms)
 ✓ fixes the copy resource scripts of legacy installations (147 ms)
 ✓ adds references to the Pods static libraries to the Frameworks group (145 ms)
 ✓ adds the libPods static library to the "Link binary with libraries" build phase of each target (116 ms)
 ✓ adds a Copy Pods Resources build phase to each target (98 ms)
 ✓ adds a Check Manifest.lock build phase to each target (116 ms)
 ✓ adds the Check Manifest.lock build phase as the first build phase (112 ms)
 ✓ does not perform the integration if there are no targets to integrate (170 ms)
Private helpers
 ✓ returns the native targets associated with the Pod bundle (63 ms)
 ✓ returns the targets that need to be integrated (129 ms)
 ✓ is robust against other types of references in the build files of the frameworks build phase (38 ms)
 ✓ is robust against build files with missing file references (51 ms)
Pod::Command
 - returns the proper command class [FAILED]
Pod::Command::Search
 - runs with correct parameters [FAILED]
 - complains for wrong parameters [FAILED]
 - searches for a pod with name matching the given query ignoring case [FAILED]
 - searches for a pod with name, summary, or description matching the given query ignoring case [FAILED]
 - restricts the search to Pods supported on iOS [FAILED]
 - restricts the search to Pods supported on iOS [FAILED]
 - outputs with the silent parameter [FAILED]
 - shows a friendly message when locally searching with invalid regex [FAILED]
option --web
 - searches with invalid regex [FAILED]
 - should url encode search queries [FAILED]
 - searches the web via the open! command [FAILED]
 - includes option --osx correctly [FAILED]
 - includes option --ios correctly [FAILED]
 - does not matter in which order the ios/osx options are set [FAILED]
Pod::Command::Repo
Pod::Command::Repo::Update
 - updates a repository [FAILED]
 - updates a spec-repo [FAILED]
Pod::Command::Repo::Lint
 - lints a repository [FAILED]
Pod::Command::Repo::Add
 - adds a spec-repo [FAILED]
 - adds a spec-repo with a specified branch [FAILED]
 - adds a spec-repo by creating a shallow clone [FAILED]
Pod::Command::Repo::Remove
 - complains when a repository name is missing [FAILED]
 - complains if the repository doesn't exist [FAILED]
 - complains if we do not have permission [FAILED]
 - removes a spec-repo [FAILED]
Pod::Command::Repo::List
 - lists a repository [FAILED]
 - lists a repository (checking the output) [FAILED]
 - only prints a count when invoked with --count-only [FAILED]
Pod::Installer::Migrator
 ✓ doesn't perform migrations if they are not needed (2 ms)
Pod::ExternalSources
from_dependency
 ✓ supports a podspec source
 ✓ supports a path source
 ✓ supports a path source specified with the legacy :local key
 ✓ supports all the strategies implemented by the downloader
Command::List
 - presents the known pods [FAILED]
 - returns the new pods [FAILED]
 - presents the known pods with versions [FAILED]
Pod::Installer::UserProjectIntegrator::TargetIntegrator::XCConfigIntegrator
 ✓ cleans the xcconfig used up to CocoaPods 0.33.1 (46 ms)
 ✓ sets the Pods xcconfig as the base config for each build configuration (98 ms)
 ✓ does not duplicate the file reference to the CocoaPods xcconfig in the user project (39 ms)
 ✓ does not set the Pods xcconfig as the base config if the user has already set a config of their own (43 ms)
Pod::Hooks::LibraryRepresentation
Public Hooks API
 ✓ returns the name
 ✓ returns the dependencies
 ✓ returns the sandbox dir
 ✓ returns the path of the prefix header
 ✓ returns the path of the copy resources script
 ✓ returns the pods project
 ✓ returns the target definition
Unsafe Hooks API
 ✓ returns the sandbox
 ✓ returns the library
 ✓ returns the native target
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:163:in `block (4 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:162:in `block (3 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:105:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:38:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:170:in `block (4 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:162:in `block (3 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:105:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:38:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:191:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:182:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `git!' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:194:in `block (3 levels) in update': Updating Sources - prints a warning if the update failed
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:192:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:192:in `block (2 levels) in update'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:191:in `block in update'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:190:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:190:in `update'
spec/unit/sources_manager_spec.rb:203:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:197:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:182:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:212:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:182:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
spec/unit/sources_manager_spec.rb:231:in `block (4 levels) in <module:Pod>': Updating Sources - raises when reading version information with merge conflict
spec/unit/sources_manager_spec.rb:231:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:229:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:182:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
spec/unit/sources_manager_spec.rb:261:in `block (3 levels) in <module:Pod>': Updating Sources - it returns an empty array for the version information if the file can't be found
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:260:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:182:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Master repo - returns whether the master repo is functional
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
spec/unit/sources_manager_spec.rb:275:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/sources_manager_spec.rb:274:in `block (2 levels) in <module:Pod>'
spec/unit/sources_manager_spec.rb:268:in `block in <module:Pod>'
spec/unit/sources_manager_spec.rb:30:in `<module:Pod>'
spec/unit/sources_manager_spec.rb:29:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/installer/analyzer_spec.rb:63:in `block (2 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:35:in `block in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:29:in `<module:Pod>'
spec/unit/installer/analyzer_spec.rb:28:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
Bacon::Error: empty specification: Analysis does not update unused sources
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/installer/analyzer_spec.rb:69:in `block (2 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:35:in `block in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:29:in `<module:Pod>'
spec/unit/installer/analyzer_spec.rb:28:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
Bacon::Error: empty specification: Analysis does not updates the repositories if config indicates to skip them
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/installer/analyzer_spec.rb:76:in `block (2 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:35:in `block in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:29:in `<module:Pod>'
spec/unit/installer/analyzer_spec.rb:28:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:37:in `find_or_create_source_with_url': when there are explicit sources - raises if no specs repo with that URL could be added
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
spec/unit/installer/analyzer_spec.rb:504:in `block (6 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:503:in `block (5 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/installer/analyzer_spec.rb:498:in `block (4 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:497:in `block (3 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:478:in `block (2 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:215:in `block in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:29:in `<module:Pod>'
spec/unit/installer/analyzer_spec.rb:28:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/installer/analyzer_spec.rb:508:in `block (4 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:497:in `block (3 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:478:in `block (2 levels) in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:215:in `block in <module:Pod>'
spec/unit/installer/analyzer_spec.rb:29:in `<module:Pod>'
spec/unit/installer/analyzer_spec.rb:28:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': In general - complains for wrong parameters
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:27:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:27:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:26:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:24:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': create subcommand - creates a new podspec stub file
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:46:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:45:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': create subcommand - correctly creates a podspec from github
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:72:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:61:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': create subcommand - accepts a name when creating a podspec form github
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:95:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:84:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': create subcommand - correctly suggests the head commit if a suitable tag is not available on github
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:114:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:102:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': create subcommand - provides a markdown template if a github repo doesn't have semantic version tags
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:133:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:121:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': lint subcommand - complains if it can't find any spec to lint
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:146:in `block (5 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:146:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:145:in `chdir'
spec/functional/command/spec_spec.rb:145:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:144:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:141:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': lint subcommand - complains if it can't find a spec with the given name
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:152:in `block (5 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:152:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:151:in `chdir'
spec/functional/command/spec_spec.rb:151:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:150:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:141:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': lint subcommand - lints the current working directory
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:158:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:157:in `chdir'
spec/functional/command/spec_spec.rb:157:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:156:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:141:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': lint subcommand - lints a given podspec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:182:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:181:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:141:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': lint subcommand - respects the -only--errors option
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:188:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:187:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:141:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - errors if a given podspec doesn't exist
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:198:in `block (2 levels) in it_should_check_for_existence'
spec/functional/command/spec_spec.rb:198:in `block in it_should_check_for_existence'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:197:in `it_should_check_for_existence'
spec/functional/command/spec_spec.rb:211:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:210:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - complains provided spec name is ambigious
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:205:in `block (2 levels) in it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:205:in `block in it_should_check_for_ambiguity'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:204:in `it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:212:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:210:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Which - prints the path of a given podspec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:215:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:215:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:214:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:210:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - errors if a given podspec doesn't exist
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:198:in `block (2 levels) in it_should_check_for_existence'
spec/functional/command/spec_spec.rb:198:in `block in it_should_check_for_existence'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:197:in `it_should_check_for_existence'
spec/functional/command/spec_spec.rb:224:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:223:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - complains provided spec name is ambigious
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:205:in `block (2 levels) in it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:205:in `block in it_should_check_for_ambiguity'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:204:in `it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:225:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:223:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Cat - cats the given podspec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:228:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:228:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:227:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:223:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Cat - cats the first podspec from all podspecs
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/spec_spec.rb:234:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:232:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:223:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - errors if a given podspec doesn't exist
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:198:in `block (2 levels) in it_should_check_for_existence'
spec/functional/command/spec_spec.rb:198:in `block in it_should_check_for_existence'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:197:in `it_should_check_for_existence'
spec/functional/command/spec_spec.rb:250:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec - complains provided spec name is ambigious
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:205:in `block (2 levels) in it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:205:in `block in it_should_check_for_ambiguity'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:204:in `it_should_check_for_ambiguity'
spec/functional/command/spec_spec.rb:251:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Edit - would execute the editor specified in ENV with the given podspec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:255:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:255:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:253:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Edit - will raise if no editor is found
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:263:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:263:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:260:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Edit - would execute an editor with the first podspec from all podspecs
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:269:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:269:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:266:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Spec::Edit - complains if it can't find a spec file for the given spec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/spec_spec.rb:276:in `block (4 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:276:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/spec_spec.rb:274:in `block (2 levels) in <module:Pod>'
spec/functional/command/spec_spec.rb:241:in `block in <module:Pod>'
spec/functional/command/spec_spec.rb:22:in `<module:Pod>'
spec/functional/command/spec_spec.rb:21:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:232:in `check_version_information': Pod::Command::Setup - runs with correct parameters
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:57:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:49:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:84:in `add_master_repo'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:40:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:32:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:21:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/setup_spec.rb:25:in `block (3 levels) in <module:Pod>'
spec/functional/command/setup_spec.rb:25:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/setup_spec.rb:24:in `block in <module:Pod>'
spec/functional/command/setup_spec.rb:4:in `<module:Pod>'
spec/functional/command/setup_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:232:in `check_version_information': Pod::Command::Setup - creates the local spec-repos directory and creates a clone of the `master` repo
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:57:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:49:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:84:in `add_master_repo'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:40:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:32:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:21:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/setup_spec.rb:29:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/setup_spec.rb:28:in `block in <module:Pod>'
spec/functional/command/setup_spec.rb:4:in `<module:Pod>'
spec/functional/command/setup_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:232:in `check_version_information': Pod::Command::Setup - creates a shallow clone of the `master` repo by default
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:57:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:49:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:84:in `add_master_repo'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:40:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:32:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:21:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/setup_spec.rb:41:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/setup_spec.rb:35:in `block in <module:Pod>'
spec/functional/command/setup_spec.rb:4:in `<module:Pod>'
spec/functional/command/setup_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:232:in `check_version_information': Pod::Command::Setup - creates a full clone of the `master` repo if requested
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:57:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/repo.rb:49:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:84:in `add_master_repo'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:40:in `block in run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command/setup.rb:32:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:21:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/setup_spec.rb:51:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/setup_spec.rb:47:in `block in <module:Pod>'
spec/functional/command/setup_spec.rb:4:in `<module:Pod>'
spec/functional/command/setup_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Push - refuses to push if the repo is not clean
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/repo/push_spec.rb:72:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo/push_spec.rb:68:in `block in <module:Pod>'
spec/functional/command/repo/push_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo/push_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Push - refuses to push if the repo is not clean
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/repo/push_spec.rb:81:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo/push_spec.rb:77:in `block in <module:Pod>'
spec/functional/command/repo/push_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo/push_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Push - successfully pushes a spec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/repo/push_spec.rb:89:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo/push_spec.rb:88:in `block in <module:Pod>'
spec/functional/command/repo/push_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo/push_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - complains if wrong parameters
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:11:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:11:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:10:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - complains if pod name contains spaces
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:15:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:15:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:14:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - complains if pod name begins with a period
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:19:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:19:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:18:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - should create a new dir for the newly created pod
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:26:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:22:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - configures the template after cloning it passing the name of the Pod as the argument
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:35:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:29:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - should show link to new pod guide after creation
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:41:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:38:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - should use the given template URL
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:52:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:49:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Create - should use the default URL if no template URL is given
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:58:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:55:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:4:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Lint - lints the current working directory
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/lib_spec.rb:65:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:64:in `chdir'
spec/functional/command/lib_spec.rb:64:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:63:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:62:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Lint - lints a single spec in the current working directory
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/lib_spec.rb:73:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:72:in `chdir'
spec/functional/command/lib_spec.rb:72:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:71:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:62:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Lint - fails to lint a broken spec file and cleans up
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:89:in `block (4 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:88:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:80:in `chdir'
spec/functional/command/lib_spec.rb:80:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:79:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:62:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Lint - fails to lint a broken spec file and leaves lint directory
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:105:in `block (4 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:104:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:96:in `chdir'
spec/functional/command/lib_spec.rb:96:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:95:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:62:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Lib::Lint - fails to lint if the spec is not loaded
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/lib_spec.rb:115:in `block (4 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:114:in `block (3 levels) in <module:Pod>'
spec/functional/command/lib_spec.rb:113:in `chdir'
spec/functional/command/lib_spec.rb:113:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/lib_spec.rb:112:in `block in <module:Pod>'
spec/functional/command/lib_spec.rb:62:in `<module:Pod>'
spec/functional/command/lib_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Install - tells the user that no Podfile or podspec was found in the project dir
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/project_spec.rb:18:in `block (3 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:18:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/project_spec.rb:17:in `block in <module:Pod>'
spec/functional/command/project_spec.rb:15:in `<module:Pod>'
spec/functional/command/project_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Update - tells the user that no Podfile was found in the project dir
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/project_spec.rb:30:in `block (3 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:30:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/project_spec.rb:29:in `block in <module:Pod>'
spec/functional/command/project_spec.rb:26:in `<module:Pod>'
spec/functional/command/project_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Update - tells the user that no Lockfile was found in the project dir
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/project_spec.rb:41:in `block (4 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:41:in `block (3 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:40:in `chdir'
spec/functional/command/project_spec.rb:40:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/project_spec.rb:34:in `block in <module:Pod>'
spec/functional/command/project_spec.rb:26:in `<module:Pod>'
spec/functional/command/project_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': tells the user that the Pods cannot be updated unless they are installed - for a single missing Pod
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/project_spec.rb:72:in `block (5 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:71:in `block (4 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:70:in `chdir'
spec/functional/command/project_spec.rb:70:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/project_spec.rb:69:in `block (2 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:46:in `block in <module:Pod>'
spec/functional/command/project_spec.rb:26:in `<module:Pod>'
spec/functional/command/project_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': tells the user that the Pods cannot be updated unless they are installed - for multiple missing Pods
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/project_spec.rb:80:in `block (5 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:80:in `block (4 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:79:in `chdir'
spec/functional/command/project_spec.rb:79:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/project_spec.rb:78:in `block (2 levels) in <module:Pod>'
spec/functional/command/project_spec.rb:46:in `block in <module:Pod>'
spec/functional/command/project_spec.rb:26:in `<module:Pod>'
spec/functional/command/project_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `find_or_create_source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources': Extensive analysis - respects the no clean option
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:321:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:320:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:55:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:184:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:106:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:105:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:90:in `install!'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:305:in `install_pod'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:211:in `block in perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:73:in `validate'
spec/unit/validator_spec.rb:263:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/validator_spec.rb:258:in `block (2 levels) in <module:Pod>'
spec/unit/validator_spec.rb:98:in `block in <module:Pod>'
spec/unit/validator_spec.rb:17:in `<module:Pod>'
spec/unit/validator_spec.rb:16:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `find_or_create_source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources': Extensive analysis - uses xcodebuild to generate notes and warnings
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:321:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:320:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:55:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:184:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:106:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:105:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:90:in `install!'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:305:in `install_pod'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:211:in `block in perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:73:in `validate'
spec/unit/validator_spec.rb:307:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/validator_spec.rb:302:in `block (2 levels) in <module:Pod>'
spec/unit/validator_spec.rb:98:in `block in <module:Pod>'
spec/unit/validator_spec.rb:17:in `<module:Pod>'
spec/unit/validator_spec.rb:16:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `find_or_create_source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources': Extensive analysis - does filter InputFile errors completely
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:321:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:320:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:55:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:184:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:106:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:105:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:90:in `install!'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:305:in `install_pod'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:211:in `block in perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:73:in `validate'
spec/unit/validator_spec.rb:318:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/validator_spec.rb:313:in `block (2 levels) in <module:Pod>'
spec/unit/validator_spec.rb:98:in `block in <module:Pod>'
spec/unit/validator_spec.rb:17:in `<module:Pod>'
spec/unit/validator_spec.rb:16:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `find_or_create_source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources': Extensive analysis - checks for file patterns
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:321:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:320:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:55:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:184:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:106:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:105:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:90:in `install!'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:305:in `install_pod'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:211:in `block in perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:73:in `validate'
spec/unit/validator_spec.rb:327:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/validator_spec.rb:322:in `block (2 levels) in <module:Pod>'
spec/unit/validator_spec.rb:98:in `block in <module:Pod>'
spec/unit/validator_spec.rb:17:in `<module:Pod>'
spec/unit/validator_spec.rb:16:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `find_or_create_source_with_url' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:385:in `block in sources': Extensive analysis - validates a podspec with dependencies
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `map'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:384:in `sources'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:321:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:320:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer/analyzer.rb:55:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:184:in `analyze'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:106:in `block in resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/user_interface.rb:49:in `section'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:105:in `resolve_dependencies'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/installer.rb:90:in `install!'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:305:in `install_pod'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:211:in `block in perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `each'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:207:in `perform_extensive_analysis'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/validator.rb:73:in `validate'
spec/unit/validator_spec.rb:342:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/validator_spec.rb:332:in `block (2 levels) in <module:Pod>'
spec/unit/validator_spec.rb:98:in `block in <module:Pod>'
spec/unit/validator_spec.rb:17:in `<module:Pod>'
spec/unit/validator_spec.rb:16:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::IPC::Spec - converts a podspec to JSON and prints it to STDOUT
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/inter_process_communication_spec.rb:17:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/inter_process_communication_spec.rb:16:in `block (2 levels) in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:14:in `block in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:4:in `<module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::IPC::Podfile - converts a Podfile to yaml and prints it to STDOUT
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/inter_process_communication_spec.rb:30:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/inter_process_communication_spec.rb:29:in `block (2 levels) in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:27:in `block in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:4:in `<module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::IPC::List - prints a list of podspecs in the yaml format and prints it to STDOUT
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/inter_process_communication_spec.rb:49:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/inter_process_communication_spec.rb:43:in `block (2 levels) in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:41:in `block in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:4:in `<module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
TypeError: compared with non class/module
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/inter_process_communication_spec.rb:61:in `block (2 levels) in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:59:in `block in <module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:4:in `<module:Pod>'
spec/functional/command/inter_process_communication_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
SystemExit: exit
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:62:in `exit': Pod::Command - reports the location of the AFNetworking spec
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:62:in `report_error'
/Users/Thomas/Development/Tools/Rainforest/CLAide/lib/claide/command.rb:300:in `handle_exception'
/Users/Thomas/Development/Tools/Rainforest/CLAide/lib/claide/command.rb:274:in `rescue in run'
/Users/Thomas/Development/Tools/Rainforest/CLAide/lib/claide/command.rb:264:in `run'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:48:in `run'
spec/functional/command_spec.rb:12:in `block (3 levels) in <module:Pod>'
spec/functional/command_spec.rb:12:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command_spec.rb:11:in `block in <module:Pod>'
spec/functional/command_spec.rb:4:in `<module:Pod>'
spec/functional/command_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Outdated - tells the user that no Podfile was found in the project dir
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/outdated_spec.rb:12:in `block (3 levels) in <module:Pod>'
spec/functional/command/outdated_spec.rb:12:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/outdated_spec.rb:11:in `block in <module:Pod>'
spec/functional/command/outdated_spec.rb:4:in `<module:Pod>'
spec/functional/command/outdated_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Outdated - tells the user that no Lockfile was found in the project dir
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/outdated_spec.rb:20:in `block (4 levels) in <module:Pod>'
spec/functional/command/outdated_spec.rb:20:in `block (3 levels) in <module:Pod>'
spec/functional/command/outdated_spec.rb:19:in `chdir'
spec/functional/command/outdated_spec.rb:19:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/outdated_spec.rb:16:in `block in <module:Pod>'
spec/functional/command/outdated_spec.rb:4:in `<module:Pod>'
spec/functional/command/outdated_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Outdated - tells the user only about podspecs that have no parent
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/outdated_spec.rb:38:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/outdated_spec.rb:25:in `block in <module:Pod>'
spec/functional/command/outdated_spec.rb:4:in `<module:Pod>'
spec/functional/command/outdated_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Outdated - tells the user about deprecated pods
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/outdated_spec.rb:47:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/outdated_spec.rb:42:in `block in <module:Pod>'
spec/functional/command/outdated_spec.rb:4:in `<module:Pod>'
spec/functional/command/outdated_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command - returns the proper command class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
spec/unit/command_spec.rb:6:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/unit/command_spec.rb:5:in `block in <module:Pod>'
spec/unit/command_spec.rb:4:in `<module:Pod>'
spec/unit/command_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - runs with correct parameters
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:15:in `block (3 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:15:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:14:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - complains for wrong parameters
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:20:in `block (3 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:20:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:19:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - searches for a pod with name matching the given query ignoring case
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:26:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:25:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - searches for a pod with name, summary, or description matching the given query ignoring case
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:31:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:30:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - restricts the search to Pods supported on iOS
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:36:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:35:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - restricts the search to Pods supported on iOS
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:44:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:43:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - outputs with the silent parameter
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:49:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:48:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Search - shows a friendly message when locally searching with invalid regex
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:54:in `block (3 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:54:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:53:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - searches with invalid regex
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:63:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:61:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - should url encode search queries
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:68:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:66:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - searches the web via the open! command
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:73:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:71:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - includes option --osx correctly
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:78:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:76:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - includes option --ios correctly
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:83:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:81:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': option --web - does not matter in which order the ios/osx options are set
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/search_spec.rb:88:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/search_spec.rb:86:in `block (2 levels) in <module:Pod>'
spec/functional/command/search_spec.rb:57:in `block in <module:Pod>'
spec/functional/command/search_spec.rb:4:in `<module:Pod>'
spec/functional/command/search_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Update - updates a repository
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/repo_spec.rb:23:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:23:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:14:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:5:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Update - updates a spec-repo
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:31:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:26:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:5:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Lint - lints a repository
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:49:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:49:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:47:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:36:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Add - adds a spec-repo
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:63:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:62:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:53:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Add - adds a spec-repo with a specified branch
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
spec/functional/command/repo_spec.rb:75:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:69:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:53:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Add - adds a spec-repo by creating a shallow clone
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:85:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:80:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:53:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Remove - complains when a repository name is missing
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:102:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:102:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:101:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:92:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Remove - complains if the repository doesn't exist
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:106:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:106:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:105:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:92:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Remove - complains if we do not have permission
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:113:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:113:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:109:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:92:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::Remove - removes a spec-repo
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:120:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:120:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:117:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:92:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::List - lists a repository
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:136:in `block (4 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:136:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:135:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:126:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::List - lists a repository (checking the output)
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:141:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:139:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:126:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Pod::Command::Repo::List - only prints a count when invoked with --count-only
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/repo_spec.rb:147:in `block (3 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/repo_spec.rb:145:in `block (2 levels) in <module:Pod>'
spec/functional/command/repo_spec.rb:126:in `block in <module:Pod>'
spec/functional/command/repo_spec.rb:4:in `<module:Pod>'
spec/functional/command/repo_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Command::List - presents the known pods
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/list_spec.rb:13:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/list_spec.rb:12:in `block in <module:Pod>'
spec/functional/command/list_spec.rb:4:in `<module:Pod>'
spec/functional/command/list_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Command::List - returns the new pods
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/list_spec.rb:27:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/list_spec.rb:20:in `block in <module:Pod>'
spec/functional/command/list_spec.rb:4:in `<module:Pod>'
spec/functional/command/list_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
NoMethodError: undefined method `version_information' for Pod::SourcesManager:Class
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:262:in `repo_compatible?': Command::List - presents the known pods with versions
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/sources_manager.rb:326:in `master_repo_functional?'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/lib/cocoapods/command.rb:40:in `parse'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:9:in `command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:19:in `block in run_command'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `chdir'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/command.rb:13:in `run_command'
spec/functional/command/list_spec.rb:36:in `block (2 levels) in <module:Pod>'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `call'
/Users/Thomas/Development/Tools/Rainforest/CocoaPods/spec/spec_helper/pre_flight.rb:30:in `block in <class:Context>'
spec/functional/command/list_spec.rb:32:in `block in <module:Pod>'
spec/functional/command/list_spec.rb:4:in `<module:Pod>'
spec/functional/command/list_spec.rb:3:in `<top (required)>'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval'
/Users/Thomas/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>'
20 disabled specifications

750 specifications (899 requirements), 0 failures, 105 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment