spec/fixtures/plugins.json in cocoapods-plugins-0.1.0 vs spec/fixtures/plugins.json in cocoapods-plugins-0.1.1
- old
+ new
@@ -1,16 +1,22 @@
{
"plugins":[
{
- "gem":"cocoapods-fake-fake-fake",
+ "gem":"cocoapods-fake-fake-fake-1",
"name":"CocoaPods Fake Gem",
- "url":"https://github.com/CocoaPods/cocoapods-fake",
- "description":"A Pod that should not exist."
+ "url":"https://github.com/CocoaPods/cocoapods-fake-1",
+ "description":"A Pod that should not exist and should only be found by full search"
},
{
"gem":"bacon",
"name":"Bacon",
"url":"https://github.com/chneukirchen/bacon",
"description":"A minimal RSpec clone."
- }
+ },
+ {
+ "gem":"cocoapods-fake-fake-fake-2",
+ "name":"CocoaPods Searchable Fake Gem",
+ "url":"https://github.com/CocoaPods/cocoapods-fake-2",
+ "description":"A Pod that should not exist but should be found with search"
+ }
]
}
\ No newline at end of file