crystalline 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 1.1.1:
2
+ Added `travis` subcommand to crystalize.
3
+
1
4
  1.1.0:
2
5
  Implemented Generators for various files:
3
6
  - Rakefile - includes crystalline tasks and bundler/setup
@@ -18,5 +18,6 @@ version Crystalline::VERSION
18
18
  generator_command Crystalline::Generators::Readme
19
19
  generator_command Crystalline::Generators::SpecHelper
20
20
  generator_command Crystalline::Generators::Rakefile
21
+ generator_command Crystalline::Generators::Travis
21
22
 
22
23
  exit run(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Crystalline
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crystalline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  segments:
228
228
  - 0
229
- hash: 692393435356578607
229
+ hash: -370803328836056616
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  none: false
232
232
  requirements:
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  version: '0'
236
236
  segments:
237
237
  - 0
238
- hash: 692393435356578607
238
+ hash: -370803328836056616
239
239
  requirements: []
240
240
  rubyforge_project:
241
241
  rubygems_version: 1.8.24