pluralsight 0.0.2 → 1.0

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.
Files changed (2) hide show
  1. data/lib/pluralsight.rb +1 -1
  2. metadata +4 -4
@@ -1,5 +1,5 @@
1
1
  class Pluralsight
2
2
  def self.hello
3
- puts "Hello Pluralsight viewers!"
3
+ puts "Hello Pluralsight!"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pluralsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: '1.0'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-16 00:00:00.000000000 Z
12
+ date: 2012-10-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: An example gem for pluralsight
14
+ description: the real details
15
15
  email: aaron@aaronbedra.com
16
16
  executables:
17
17
  - pluralsight
@@ -43,5 +43,5 @@ rubyforge_project:
43
43
  rubygems_version: 1.8.24
44
44
  signing_key:
45
45
  specification_version: 3
46
- summary: An example gem
46
+ summary: The Pluralsight example gem
47
47
  test_files: []