Skip to content

Instantly share code, notes, and snippets.

View czak's full-sized avatar
👾

Łukasz Adamczak czak

👾
View GitHub Profile
Pod::Spec.new do |s|
s.name = "AESCrypt"
s.version = "0.0.1"
s.summary = "Simple AES encryption / decryption for iOS and OS X."
s.homepage = "https://github.com/Gurpartap/AESCrypt-ObjC"
s.license = 'MIT'
s.author = { "Gurpartap Singh" => "[email protected]" }
s.source = { :git => "https://github.com/Gurpartap/AESCrypt-ObjC.git", :commit => "6fa7a4f95d3cb5ada117e8a96b7a9eacaf0457ae" }
s.source_files = '*.{h,m}'
end
@czak
czak / line_number_appended_to_path.feature
Created March 14, 2011 22:32
Failing scenario when an outer-level example is placed after a nested example group
Feature: line number appended to file path
To run a single example or group, you can append the line number to the path, e.g.
rspec path/to/example_spec.rb:37
Background:
Given a file named "example_spec.rb" with:
"""
describe "outer group" do
# Helpery pożyczone z projektu 'russian'
module LocalizationHelper
# Ułatwia wypisywanie komunikatów zależnych od wartości liczbowych
#
# Użycie:
# pluralize(1, "piłka", "piłki", "piłek") # => "piłka"
# pluralize(2, "piłka", "piłki", "piłek") # => "piłki"
# pluralize(21, "piłka", "piłki", "piłek") # => "piłek"
# pluralize(4.12, "piłka", "piłki", "piłek", "piłki") # => "piłki"
# pluralize(200, "# but", "# buty", "# butów") # => "200 butów"
<?xml version='1.0'?>
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd">
<signatures version='0.9'>
<depends_on path='/System/Library/Frameworks/Foundation.framework'/>
<depends_on path='/System/Library/Frameworks/AppKit.framework'/>
<depends_on path='/System/Library/Frameworks/SystemConfiguration.framework'/>
<depends_on path='/System/Library/Frameworks/CoreServices.framework'/>
<depends_on path='/System/Library/Frameworks/CoreFoundation.framework'/>
<constant name='LFHTTPRequestConnectionError' type='@'/>
<constant name='LFHTTPRequestDefaultTimeoutInterval' type='d'/>