Sha256: 0c2bfd05d58952c2365bd4b297a51073bcbf25564b77df8c29b6a11f3db8b96e

Contents?: true

Size: 305 Bytes

Versions: 13

Compression:

Stored size: 305 Bytes

Contents

# An example of how to define a screen group
# Lanes::Screen.define_group 'appy-app-screens' do | group |
#     group.title       = "AppyApp Screens"
#     group.description = "Screens relating to AppyApp"
#     group.icon        = "heart"
# end

Lanes::Screen.for_extension 'AppyApp' do | screens |

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lanes-0.8.3 spec/command-reference-files/initial/config/screens.rb
lanes-0.8.2 spec/command-reference-files/initial/config/screens.rb
lanes-0.8.1 spec/command-reference-files/initial/config/screens.rb
lanes-0.8.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.7.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.6.1 spec/command-reference-files/initial/config/screens.rb
lanes-0.6.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.5.6 spec/command-reference-files/initial/config/screens.rb
lanes-0.5.5 spec/command-reference-files/initial/config/screens.rb
lanes-0.5.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.4.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.3.0 spec/command-reference-files/initial/config/screens.rb
lanes-0.1.9.5 spec/command-reference-files/initial/config/screens.rb