repo string | commit string | message string | diff string |
|---|---|---|---|
holman/stars | 7e760ed5be4b2ac280af33242e955a596a364737 | Release 0.5.3 | diff --git a/lib/stars.rb b/lib/stars.rb
index 38ec971..b84f9c7 100644
--- a/lib/stars.rb
+++ b/lib/stars.rb
@@ -1,39 +1,39 @@
$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])
require 'date'
require 'fileutils'
require 'httparty'
require 'keep'
require 'nokogiri'
require 'open-uri'
require 'terminal-... |
holman/stars | 036b45aa3ad60ffa0ac75834b8818400833692f7 | Hides an ugly error when an invalid service is passed in. | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 2943922..4c66d35 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,100 +1,105 @@
# encoding: utf-8
# Client is our interface between user and terminal prompt. This does all of
# the heavy-lifting for formatting.
#
module Stars
class C... |
holman/stars | 714c2adf22f075f046242bc6dee50bf56e7c8eb1 | Release 0.5.2 | diff --git a/stars.gemspec b/stars.gemspec
index 2648cbc..3685e60 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,92 +1,92 @@
## This is the rakegem gemspec template. Make sure you read and understand
## all of the comments. Some sections require modification, and others can
## be deleted if you don't need them... |
holman/stars | dc153be2f69efa7faa574c5e270ec016da616871 | UTF-8 encoding for files with STARS in them | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 5bd1d6f..2943922 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,98 +1,100 @@
+# encoding: utf-8
+
# Client is our interface between user and terminal prompt. This does all of
# the heavy-lifting for formatting.
#
module Stars
class Cl... |
holman/stars | 00abf5b7b3a5370380fa97ffd45d44b733829196 | Release 0.5.1 | diff --git a/stars.gemspec b/stars.gemspec
index 3bce865..2648cbc 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,92 +1,92 @@
## This is the rakegem gemspec template. Make sure you read and understand
## all of the comments. Some sections require modification, and others can
## be deleted if you don't need them... |
holman/stars | 667c1cd00f0c67f426367e471396d427efb82003 | kylefix | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 17b9946..5bd1d6f 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,98 +1,98 @@
# Client is our interface between user and terminal prompt. This does all of
# the heavy-lifting for formatting.
#
module Stars
class Client
attr_r... |
holman/stars | 88b7a06825efca1fc0b69edf456f0467e73f3ff7 | â
â
â
â
â
â
â
â
â
â
â
â
â
â
â
| diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..1aa98e4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,2 @@
+source "http://rubygems.org"
+gemspec
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..5afc2e3
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,26 @@
+PATH
+ remote: .
+ specs... |
holman/stars | 8bb094996afcd5caabdbca8e3f9fde44ee781ff4 | Regenerated gemspec for version 0.4.0 | diff --git a/stars.gemspec b/stars.gemspec
index d2ab6d3..d1ae1f2 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | 27ea1a4998b2b3d35776354e903cdd90203c1bc8 | Version bump to 0.4.0 | diff --git a/VERSION b/VERSION
index d15723f..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.2
+0.4.0
|
holman/stars | 52aa2c978ea01e2a9115ac7d06728e088063f52b | Show retweets on individual tweets | diff --git a/README.markdown b/README.markdown
index ff2da91..0eb3467 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,73 +1,74 @@
# stars
### you're so vain / you probably think these stars are about you
## why
[Favstar](http://favstar.fm) is about opening another line of dialogue between you and your ... |
holman/stars | 165ef6c1968c3fba4676032af240e5804f4821bf | Regenerated gemspec for version 0.3.2 | diff --git a/stars.gemspec b/stars.gemspec
index fe0260d..d2ab6d3 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | a011f5ef439fee4f0111d7c8937b13eab2e7ecff | Version bump to 0.3.2 | diff --git a/VERSION b/VERSION
index 9e11b32..d15723f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.1
+0.3.2
|
holman/stars | e790f1d1040c76ae8b2c12f9f3537ddab90d3457 | THE KYLE NEATH HOTFIX | diff --git a/lib/stars/favstar.rb b/lib/stars/favstar.rb
index 0ab1e51..aaa63ed 100644
--- a/lib/stars/favstar.rb
+++ b/lib/stars/favstar.rb
@@ -1,24 +1,24 @@
# encoding: utf-8
require 'nokogiri'
module Stars
class Favstar
include HTTParty
base_uri 'favstar.fm'
proxy_url = URI.parse(ENV['http_pro... |
holman/stars | a66001bde661320f886c91ad633061fb8f24692e | 2010-ified LICENSE | diff --git a/LICENSE b/LICENSE
index c06552f..02f0900 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,20 +1,20 @@
-Copyright (c) 2009 Zach Holman
+Copyright (c) 2010 Zach Holman
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software... |
holman/stars | ec4ee193ed1e624f2927b7a34a33b2ac8aabc2f7 | Regenerated gemspec for version 0.3.1 | diff --git a/stars.gemspec b/stars.gemspec
index 42f3fa0..fe0260d 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | c7cfe99d35a8e60eabf36ca72fe85f06aeee662f | Version bump to 0.3.1 | diff --git a/VERSION b/VERSION
index 0d91a54..9e11b32 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.3.1
|
holman/stars | 7e91902fa1ccc79137ca2ccae08637e6470fcf14 | Added error-handling for nonexisting tweets. | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index db7ebe1..789a43f 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,74 +1,81 @@
# encoding: utf-8
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = St... |
holman/stars | d9d256450ee1788e0c6813f4e3597cb58d1ef97e | Fixed ruby 1.9 encoding bug. | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 4c0fec9..db7ebe1 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,72 +1,74 @@
+# encoding: utf-8
+
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = St... |
holman/stars | a7be6b2270e28af95d0aea20111b61767c9ec70e | Version bump to 0.3.0 | diff --git a/VERSION b/VERSION
index 0c62199..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.1
+0.3.0
diff --git a/stars.gemspec b/stars.gemspec
index ec74e4c..42f3fa0 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit... |
holman/stars | 3ce7fb876e429a57da056ec87c9cd0224572bdf1 | input is managed in one place | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index de5cd1d..4c0fec9 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,68 +1,72 @@
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = Stars::Favstar.new.rece... |
holman/stars | 123217bab0c80b77aff6ab6b07698f6e33df203f | rescue if redgreen isn't present | diff --git a/test/helper.rb b/test/helper.rb
index 0cc490a..81af5f5 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,35 +1,39 @@
require 'rubygems'
require 'test/unit'
-require 'redgreen'
require 'rr'
+begin
+ require 'redgreen'
+rescue LoadError
+end
+
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PAT... |
holman/stars | 62c84f0a99e4feb091e0285f8ccdbb07f5b5df76 | Print instead of puts | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 8214355..de5cd1d 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,68 +1,68 @@
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = Stars::Favstar.new.rece... |
holman/stars | b2ffd2b1bc4ec21aaa390c6a527a5721756bd1e9 | double-shipping a space back in here | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 7717435..8214355 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,68 +1,68 @@
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = Stars::Favstar.new.rece... |
holman/stars | 4bfd4637d110b56748562c66041695b64688abfc | Added http_proxy based on the ENV | diff --git a/lib/stars/client.rb b/lib/stars/client.rb
index 961e0d1..7717435 100644
--- a/lib/stars/client.rb
+++ b/lib/stars/client.rb
@@ -1,68 +1,68 @@
module Stars
class Client
def self.load!(new_username=nil)
remember_username(new_username) if new_username
@recent = Stars::Favstar.new.rece... |
holman/stars | 5024a9fe871824cf95f62e8f081a32863bc5abdc | Regenerated gemspec for version 0.2.1 | diff --git a/stars.gemspec b/stars.gemspec
index fa4281e..ec74e4c 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | 48304edde656a462b282213e52f9128ca9131dae | Version bump to 0.2.1 | diff --git a/VERSION b/VERSION
index 0ea3a94..0c62199 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.2.1
|
holman/stars | b9101aaeef464b164a7267b0311362869ed856e3 | ruby 1.8.7 on an undercover cop | diff --git a/lib/stars/formatter.rb b/lib/stars/formatter.rb
index 4361655..91c76b2 100644
--- a/lib/stars/formatter.rb
+++ b/lib/stars/formatter.rb
@@ -1,70 +1,70 @@
require 'terminal-table/import'
module Stars
class Formatter
attr_accessor :tweets
def initialize(tweets)
@tweets = tweet... |
holman/stars | 0403baffc23fddc8c2e218044abedbc0e72c78ee | OH CHRIST TYPOS | diff --git a/README.markdown b/README.markdown
index 51ecac3..ff2da91 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,73 +1,73 @@
# stars
### you're so vain / you probably think these stars are about you
## why
[Favstar](http://favstar.fm) is about opening another line of dialogue between you and your ... |
holman/stars | 80d4bf7c49582049db2830a0b19eb5f8034ab396 | Regenerated gemspec for version 0.2.0 | diff --git a/stars.gemspec b/stars.gemspec
index a16d38e..fa4281e 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,72 +1,72 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | 0f9e13808bb29c3e453ba989594bada7a1dca3dd | Version bump to 0.2.0 | diff --git a/VERSION b/VERSION
index 17e51c3..0ea3a94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.1
+0.2.0
|
holman/stars | fd1c17dd4b7a278c1b150f877342130d3e7d7c9b | This readme is getting to be more fun to write than the damn code | diff --git a/README.markdown b/README.markdown
index 8af04a2..51ecac3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,52 +1,73 @@
# stars
### you're so vain / you probably think these stars are about you
## why
[Favstar](http://favstar.fm) is about opening another line of dialogue between you and your ... |
holman/stars | cea83b90dfd6442864a00f74e1ee9fe0ccfdc0df | Get information on a specific toot | diff --git a/Rakefile b/Rakefile
index 18f1439..3dcf2db 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,54 +1,55 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "stars"
gem.summary = %Q{Recent favstar faves on your command line}
gem.description = ... |
holman/stars | 7de1f9f38b013244d3e3866496004e3ca61157b9 | Bump gem to 0.1.1. | diff --git a/stars.gemspec b/stars.gemspec
index 2a96cf5..182196d 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,69 +1,69 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | e279cd30f83430f76a05e991510d82b02ac4a11e | Version bump to 0.1.1 | diff --git a/VERSION b/VERSION
index 6e8bf73..17e51c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.1.1
|
holman/stars | 838b2434a61fc71b987dba43d6e1022b48b26b64 | Account switching | diff --git a/README.markdown b/README.markdown
index a7aa075..8af04a2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,45 +1,52 @@
# stars
### you're so vain / you probably think these stars are about you
## why
[Favstar](http://favstar.fm) is about opening another line of dialogue between you and your ... |
holman/stars | 8fb827818d9e57dca1c9280b9514d4aff2539f47 | Bump readme to show the star multiplier shorthand for large-star tweets | diff --git a/README.markdown b/README.markdown
index 6798a9d..a7aa075 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,45 +1,45 @@
# stars
### you're so vain / you probably think these stars are about you
## why
[Favstar](http://favstar.fm) is about opening another line of dialogue between you and your ... |
holman/stars | d09a8c384229d94b9e1dec8bf40cc51a6c97fa55 | Regenerated gemspec for version 0.1.0 | diff --git a/stars.gemspec b/stars.gemspec
index 624e0fc..460bed6 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,69 +1,69 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | 8fc8a7664d0592011e1de9e4c5e1c0c33d728a7c | Version bump to 0.1.0 | diff --git a/VERSION b/VERSION
index 77d6f4c..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
|
holman/stars | c221c3abf5c6624a7d9f9db8d4908698ec83bde8 | Regenerated gemspec for version 0.0.0 | diff --git a/stars.gemspec b/stars.gemspec
index 44f443d..624e0fc 100644
--- a/stars.gemspec
+++ b/stars.gemspec
@@ -1,68 +1,69 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
holman/stars | 3d9be3cb6c3aff1d96e57b94f54d66282c41b7c4 | READ ME, guys! Please? | diff --git a/README.markdown b/README.markdown
index 61292c2..6798a9d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,15 +1,45 @@
# stars
-### you're so vain / you probably think these stars are about yout
+### you're so vain / you probably think these stars are about you
## why
-[Favstar](http://favstar... |
holman/stars | 2f2711a8c7fa86f580979c42dba12e478fd81c45 | gemspec | diff --git a/Rakefile b/Rakefile
index 1cdf7e6..18f1439 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,52 +1,54 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "stars"
gem.summary = %Q{Recent favstar faves on your command line}
gem.description = ... |
holman/stars | 612142e0ddf358e7dae5558998209a0ce1057cd7 | Version bump to 0.0.0 | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..77d6f4c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.0
|
dira/lateral | b4fcbbd4e88c0792747c7ba34fff5456fa3421c8 | don't repeat suggestions | diff --git a/generate.rb b/generate.rb
index 45fee72..bdcb0aa 100644
--- a/generate.rb
+++ b/generate.rb
@@ -1,17 +1,17 @@
def println(message)
print message, "\n"
end
inspiration = File.readlines('inspiration.txt')
challenges = File.readlines('challenges.txt')
print 'Challenge: '
println challenges[rand(... |
dira/lateral | 6c3b289d8f5ef3b7d46b19d2b3382083c7f4f3bf | it works! | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ad2e15
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+challenges.txt
+inspiration.txt
diff --git a/README b/README
new file mode 100644
index 0000000..31966a4
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+Helper for lateral thinking.
+
+You have t... |
philipproplesch/Docx2UnitTest | 59768a1c5197e47fbc3cdf8ce1737cd72317d1f1 | We now open the docx-file with FileShare.ReadWrite which should enable to run the custom tool when the file is open in Word. | diff --git a/src/Docx2UnitTest/OpenXmlParser.cs b/src/Docx2UnitTest/OpenXmlParser.cs
index abab133..55b9e3d 100644
--- a/src/Docx2UnitTest/OpenXmlParser.cs
+++ b/src/Docx2UnitTest/OpenXmlParser.cs
@@ -1,184 +1,184 @@
using System;
using System.IO;
using System.IO.Packaging;
using System.Text.RegularExpressions;
... |
philipproplesch/Docx2UnitTest | e08ada30c994fda985f3628f81f1d623ada2f8cd | Did some refactoring. | diff --git a/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj b/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
index 1e4b01b..195bedc 100644
--- a/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
+++ b/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
@@ -1,1140 +1,1140 @@
"DeployProject"
{
"VSVersion" =... |
philipproplesch/Docx2UnitTest | c48ff0e57ec6303a4f314e57080cee4d97fd3f37 | Increased assembly version. | diff --git a/src/Docx2UnitTest/Properties/AssemblyInfo.cs b/src/Docx2UnitTest/Properties/AssemblyInfo.cs
index 497fa7f..62c2366 100644
--- a/src/Docx2UnitTest/Properties/AssemblyInfo.cs
+++ b/src/Docx2UnitTest/Properties/AssemblyInfo.cs
@@ -1,39 +1,39 @@
using System.Reflection;
using System.Runtime.InteropService... |
philipproplesch/Docx2UnitTest | c77324b6fc828d1535b0d35463a8dac7daeeb48a | References will be added automatically. | diff --git a/libs/MbUnit/MbUnit.Framework.dll b/libs/MbUnit/MbUnit.Framework.dll
new file mode 100644
index 0000000..84534a4
Binary files /dev/null and b/libs/MbUnit/MbUnit.Framework.dll differ
diff --git a/libs/MsTest/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll b/libs/MsTest/Microsoft.VisualStudio.Qualit... |
philipproplesch/Docx2UnitTest | 18722885501ee0d80383028ddd1991bd9c5d7ffb | Fixed some typos in the readme file. | diff --git a/sample/Readme.txt b/sample/Readme.txt
index c45823e..b91fbf8 100644
--- a/sample/Readme.txt
+++ b/sample/Readme.txt
@@ -1,38 +1,37 @@
Docx2UnitTest
=============
-A Visual Studio 2010 cutom tool to generate unit tests from Microsoft(r)
+A Visual Studio 2010 custom tool to generate unit tests from Micros... |
philipproplesch/Docx2UnitTest | 217a9e38c9b382d3b5b2b7512da65afba67459a1 | Added MbUnit to the readme file. | diff --git a/sample/Readme.txt b/sample/Readme.txt
index d874dce..c45823e 100644
--- a/sample/Readme.txt
+++ b/sample/Readme.txt
@@ -1,37 +1,38 @@
Docx2UnitTest
=============
A Visual Studio 2010 cutom tool to generate unit tests from Microsoft(r)
Word(r) 2007/2010 documents.
Features:
- It keeps the implemen... |
philipproplesch/Docx2UnitTest | 4e27a72859df29924815ade797ec3ee443e1034f | Added support for MbUnit. | diff --git a/src/Docx2UnitTest/Docx2UnitTest.csproj b/src/Docx2UnitTest/Docx2UnitTest.csproj
index 338b7df..18be8e6 100644
--- a/src/Docx2UnitTest/Docx2UnitTest.csproj
+++ b/src/Docx2UnitTest/Docx2UnitTest.csproj
@@ -1,87 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="B... |
philipproplesch/Docx2UnitTest | 8e941fd38dde7acfe358de6dc2c52986529343ac | Changed author. | diff --git a/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj b/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
index 169004b..1d65fba 100644
--- a/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
+++ b/src/Docx2UnitTest.Setup/Docx2UnitTest.Setup.vdproj
@@ -1,913 +1,913 @@
"DeployProject"
{
"VSVersion" = "... |
philipproplesch/Docx2UnitTest | 05037de9d16049a245b84fea9bfa1c1ef3cf658e | finally v.1.0 | diff --git a/sample/Readme.txt b/sample/Readme.txt
index 737aeca..d874dce 100644
--- a/sample/Readme.txt
+++ b/sample/Readme.txt
@@ -1,4 +1,37 @@
Docx2UnitTest
=============
+A Visual Studio 2010 cutom tool to generate unit tests from Microsoft(r)
+Word(r) 2007/2010 documents.
-Just add a *.docx file (like the inc... |
philipproplesch/Docx2UnitTest | ec378342abbe0c041b4878e52bb110935ebbc3fb | Runs without namespaces!!! | diff --git a/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs b/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
index d7c586e..87c1dae 100644
--- a/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
+++ b/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
@@ -1,43 +1,46 @@
using System;
using System.Text;
using Docx... |
philipproplesch/Docx2UnitTest | f4caed2fa22a375e3381cf8e2ae2c336d36f801f | still need to do formatting | diff --git a/sample/TestProject1/TestProject1/TestProject1.csproj b/sample/TestProject1/TestProject1/TestProject1.csproj
index 1741430..6ec1b8e 100644
--- a/sample/TestProject1/TestProject1/TestProject1.csproj
+++ b/sample/TestProject1/TestProject1/TestProject1.csproj
@@ -1,59 +1,79 @@
<?xml version="1.0" encoding=... |
philipproplesch/Docx2UnitTest | 1252dabe0e845387d204d9422d89e6331cae88d9 | added using regex | diff --git a/src/Docx2UnitTest/TestFileModelParser.cs b/src/Docx2UnitTest/TestFileModelParser.cs
index ced23f1..75c38f3 100644
--- a/src/Docx2UnitTest/TestFileModelParser.cs
+++ b/src/Docx2UnitTest/TestFileModelParser.cs
@@ -1,79 +1,92 @@
using System;
using System.Collections.Generic;
using System.IO;
using Sys... |
philipproplesch/Docx2UnitTest | 66d5c4b5dda29ea0606940d890e33fa35337587c | Clean up | diff --git a/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs b/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
index c628aea..d7c586e 100644
--- a/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
+++ b/src/Docx2UnitTest/CodeGeneration/ClassBuilder.cs
@@ -1,46 +1,43 @@
using System;
using System.Text;
-using Docx... |
philipproplesch/Docx2UnitTest | 142cf66c9c6e5c85c2b3144f64ef71258af7bfde | Did a lot | diff --git a/sample/Sample.docx b/sample/Sample.docx
index 1535f9e..6abb283 100644
Binary files a/sample/Sample.docx and b/sample/Sample.docx differ
diff --git a/sample/TestProject1/Local.testsettings b/sample/TestProject1/Local.testsettings
new file mode 100644
index 0000000..e3a19d4
--- /dev/null
+++ b/sample/TestPro... |
philipproplesch/Docx2UnitTest | f27f69da501f20d5e3bc428b8b321847e4c37fab | Removed "using" from test framework definitions. | diff --git a/src/Docx2UnitTest/Common/ClassBuilder.cs b/src/Docx2UnitTest/Common/ClassBuilder.cs
index 48afc55..07c2ebe 100644
--- a/src/Docx2UnitTest/Common/ClassBuilder.cs
+++ b/src/Docx2UnitTest/Common/ClassBuilder.cs
@@ -1,53 +1,53 @@
using System;
using System.Text;
using Docx2UnitTest.FrameworkExtensions;
... |
philipproplesch/Docx2UnitTest | ab5b2b5cd3a239440af30ae8c55511a9489dd1cb | Fixed a namespace. | diff --git a/src/Docx2UnitTest/Docx2UnitTestCodeGenerator.cs b/src/Docx2UnitTest/Docx2UnitTestCodeGenerator.cs
index dcdf683..2069dd6 100644
--- a/src/Docx2UnitTest/Docx2UnitTestCodeGenerator.cs
+++ b/src/Docx2UnitTest/Docx2UnitTestCodeGenerator.cs
@@ -1,66 +1,65 @@
using System;
using System.Collections.Generic;
... |
philipproplesch/Docx2UnitTest | 134b58312b073e55b8f13bb6a8c688a3c24754fe | Regex code to read existing tests | diff --git a/src/Docx2UnitTest/ExistingCodeParser.cs b/src/Docx2UnitTest/ExistingCodeParser.cs
new file mode 100644
index 0000000..30418b8
--- /dev/null
+++ b/src/Docx2UnitTest/ExistingCodeParser.cs
@@ -0,0 +1,59 @@
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Text.RegularExpress... |
philipproplesch/Docx2UnitTest | 763b430c9237eb28ff23b4984cb471d6b8970787 | Added regex to grab existing code | diff --git a/src/Docx2UnitTest/Common/Logger.cs b/src/Docx2UnitTest/Common/Logger.cs
index 7fbc2c3..d4f1429 100644
--- a/src/Docx2UnitTest/Common/Logger.cs
+++ b/src/Docx2UnitTest/Common/Logger.cs
@@ -1,14 +1,20 @@
-using System;
+using System.Text;
namespace Docx2UnitTest.Common
{
internal class Logger
... |
philipproplesch/Docx2UnitTest | 0870c21214b7a2af1654b6a1e09958b8501d4f11 | Hide "regasm" window. | diff --git a/src/Docx2UnitTest/Setup.cs b/src/Docx2UnitTest/Setup.cs
index bfa6af7..a1bb456 100644
--- a/src/Docx2UnitTest/Setup.cs
+++ b/src/Docx2UnitTest/Setup.cs
@@ -1,32 +1,35 @@
using System.Collections;
using System.ComponentModel;
using System.Configuration.Install;
using System.Diagnostics;
using System... |
philipproplesch/Docx2UnitTest | 1f2e485bd843de944b41c68a8ad6b3d84be02380 | Added support for multiple testing frameworks. | diff --git a/src/Docx2UnitTest/Common/ClassBuilder.cs b/src/Docx2UnitTest/Common/ClassBuilder.cs
index 4dc1ff4..48afc55 100644
--- a/src/Docx2UnitTest/Common/ClassBuilder.cs
+++ b/src/Docx2UnitTest/Common/ClassBuilder.cs
@@ -1,38 +1,53 @@
using System;
using System.Text;
using Docx2UnitTest.FrameworkExtensions;
+... |
philipproplesch/Docx2UnitTest | 333e07911d33b19b034677a4dd414f2aa14a9a8c | Moved some files. | diff --git a/src/Docx2UnitTest/ClassBuilder.cs b/src/Docx2UnitTest/Common/ClassBuilder.cs
similarity index 96%
rename from src/Docx2UnitTest/ClassBuilder.cs
rename to src/Docx2UnitTest/Common/ClassBuilder.cs
index 4997245..4dc1ff4 100644
--- a/src/Docx2UnitTest/ClassBuilder.cs
+++ b/src/Docx2UnitTest/Common/ClassBuilde... |
philipproplesch/Docx2UnitTest | 70c2e200a13fc2706b0044159c3c139dc2666d84 | Fixed namespaces. | diff --git a/Docx2UnitTest.msbuild b/Docx2UnitTest.msbuild
index dd788f6..cca281c 100644
--- a/Docx2UnitTest.msbuild
+++ b/Docx2UnitTest.msbuild
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="Build">
- <MSBuild Proje... |
philipproplesch/Docx2UnitTest | aaa10d3466834d82d958569b636c9869ed83e550 | Added build script. | diff --git a/BetterCode.msbuild b/BetterCode.msbuild
new file mode 100644
index 0000000..dd788f6
--- /dev/null
+++ b/BetterCode.msbuild
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <Target Name="Build">
+ <MSBuild Projects="src\... |
EmmanuelOga/risbn | 05053b318b2408f10b6fccc9366331e111abbfa0 | Version bump to 0.4.2 | diff --git a/VERSION b/VERSION
index 267577d..2b7c5ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.1
+0.4.2
diff --git a/risbn.gemspec b/risbn.gemspec
index e4d176f..4a62f61 100644
--- a/risbn.gemspec
+++ b/risbn.gemspec
@@ -1,65 +1,65 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit... |
EmmanuelOga/risbn | 746da731e59289730d7376d8d2abaeab09b5768d | use always first search result from google when locating a book by isbn | diff --git a/lib/risbn/gdata.rb b/lib/risbn/gdata.rb
index 3e564f5..2457c6f 100644
--- a/lib/risbn/gdata.rb
+++ b/lib/risbn/gdata.rb
@@ -1,101 +1,103 @@
require 'risbn/nokogiri_utils'
require 'open-uri'
require 'ostruct'
class RISBN
class GData
attr_reader :isbn
# Provide an RISBN object or a strin... |
EmmanuelOga/risbn | da75c2beea6f22da098643a095fbdfcf65bd653e | Version bump to 0.4.1 | diff --git a/VERSION b/VERSION
index 1d0ba9e..267577d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.0
+0.4.1
diff --git a/lib/risbn/version.rb b/lib/risbn/version.rb
index 17ba17a..ba79ef6 100644
--- a/lib/risbn/version.rb
+++ b/lib/risbn/version.rb
@@ -1,3 +1,3 @@
class RISBN
- VERSION = "0.4.0"
+ VERSION = "... |
EmmanuelOga/risbn | eca740e70badf45a29687c102598d17da45dceaa | handle absence of ratings | diff --git a/lib/risbn/gdata.rb b/lib/risbn/gdata.rb
index 2f9cf4a..3e564f5 100644
--- a/lib/risbn/gdata.rb
+++ b/lib/risbn/gdata.rb
@@ -1,97 +1,101 @@
require 'risbn/nokogiri_utils'
require 'open-uri'
require 'ostruct'
class RISBN
class GData
attr_reader :isbn
# Provide an RISBN object or a string... |
EmmanuelOga/risbn | f82dfd23081f2176b739e2d1cf4ee168e468360d | adding a fixture | diff --git a/spec/fixtures/0072253592.xml b/spec/fixtures/0072253592.xml
new file mode 100644
index 0000000..6fee377
--- /dev/null
+++ b/spec/fixtures/0072253592.xml
@@ -0,0 +1 @@
+<?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gbs='http://schemas.google.com/books/2008' xmlns:dc=... |
EmmanuelOga/risbn | 466fc2bcb8051e5c2d0825b4026cfa0c4508c689 | helper task to add fixtures | diff --git a/Rakefile b/Rakefile
index 74bd6bb..cacf45f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,45 +1,64 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "risbn"
gem.summary = %Q{Utils to handle isbns}
gem.description = %Q{Utils to handle i... |
EmmanuelOga/risbn | 8bab0dab30a1faf3bc10e51653fa68dd5ef7a9c8 | Regenerated gemspec for version 0.4.0 | diff --git a/risbn.gemspec b/risbn.gemspec
index 59166ae..2a9ea75 100644
--- a/risbn.gemspec
+++ b/risbn.gemspec
@@ -1,64 +1,64 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
EmmanuelOga/risbn | 8c18637ff1380a74e206757e994df6d12c2b953b | Version bump to 0.4.0 | diff --git a/VERSION b/VERSION
index 0d91a54..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
|
EmmanuelOga/risbn | a47d5ae4d23e1efa3c6c357063cf3362542a7e25 | allow conversion of book massaged data to a hash | diff --git a/lib/risbn/gdata.rb b/lib/risbn/gdata.rb
index 85282d4..2f9cf4a 100644
--- a/lib/risbn/gdata.rb
+++ b/lib/risbn/gdata.rb
@@ -1,88 +1,97 @@
require 'risbn/nokogiri_utils'
require 'open-uri'
require 'ostruct'
class RISBN
class GData
attr_reader :isbn
# Provide an RISBN object or a string ... |
EmmanuelOga/risbn | 441bdeb11205743b756c2bcfc0b12591b3c0c714 | Regenerated gemspec for version 0.3.0 | diff --git a/risbn.gemspec b/risbn.gemspec
index 2f9a9e2..59166ae 100644
--- a/risbn.gemspec
+++ b/risbn.gemspec
@@ -1,63 +1,64 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s... |
EmmanuelOga/risbn | 363817b5b54fc545afe1f61ffbcb20369fd43068 | adding the gemspec | diff --git a/risbn.gemspec b/risbn.gemspec
new file mode 100644
index 0000000..2f9a9e2
--- /dev/null
+++ b/risbn.gemspec
@@ -0,0 +1,63 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.ne... |
EmmanuelOga/risbn | d1f0ee91beabbe1ea7b276f120f94aa6ec4158a3 | upgrading the version | diff --git a/Rakefile b/Rakefile
index 2238a07..74bd6bb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,45 +1,45 @@
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "risbn"
- gem.summary = %Q{some utils to handle isbn numbers}
- gem.description = %Q{some ... |
EmmanuelOga/risbn | b839d13201107ae7a694ffc92d048e9cbbe8f11b | removing unneeded require | diff --git a/lib/risbn/scanner.rb b/lib/risbn/scanner.rb
index 4e1275d..7c09c9c 100644
--- a/lib/risbn/scanner.rb
+++ b/lib/risbn/scanner.rb
@@ -1,55 +1,54 @@
require 'shellwords'
require 'tmpdir'
-require 'iconv'
class RISBN
# Scan a file for a isbn. Currently only text files, pdf and chm files are allowed.
... |
EmmanuelOga/risbn | c4052532e2b0e365bed43e72431852c42c10d8ce | added a version constant | diff --git a/lib/risbn/version.rb b/lib/risbn/version.rb
new file mode 100644
index 0000000..601d87a
--- /dev/null
+++ b/lib/risbn/version.rb
@@ -0,0 +1,3 @@
+class RISBN
+ VERSION = "0.3.0"
+end
|
EmmanuelOga/risbn | 670b28f4d241f28e450172b11a00154d4ee6d4a9 | updating docs | diff --git a/README.rdoc b/README.rdoc
index cc081fc..ff58aa4 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,40 +1,48 @@
= risbn
Minimal set of tools for working with isbns from ruby.
Supports both isbn-10 and isbn-13.
Provides a simple (barebones) tool for extracting isbns from pdf and chm files.
+Provid... |
EmmanuelOga/risbn | 52378ee288c731b6d08ce81dded750cb627724d5 | wrapping up gdata support | diff --git a/lib/risbn.rb b/lib/risbn.rb
index b368051..4ee5421 100644
--- a/lib/risbn.rb
+++ b/lib/risbn.rb
@@ -1,64 +1,74 @@
class RISBN
- attr_accessor :isbn
+ class InvalidISBN < ArgumentError; end
+
+ attr_reader :isbn
# Gross, but good to catch anything even remotely similar to a ISBN.
# Later, we can... |
EmmanuelOga/risbn | ee9ee78cfc0b3f6ae053cb0c378c088ef5d0b07e | adding a helper to retrieve google book data by isbn | diff --git a/lib/risbn/gdata.rb b/lib/risbn/gdata.rb
new file mode 100644
index 0000000..85282d4
--- /dev/null
+++ b/lib/risbn/gdata.rb
@@ -0,0 +1,88 @@
+require 'risbn/nokogiri_utils'
+require 'open-uri'
+require 'ostruct'
+
+class RISBN
+ class GData
+ attr_reader :isbn
+
+ # Provide an RISBN object or a strin... |
EmmanuelOga/risbn | b3c941c08e0dff0b2d3fe34a31549cdf36c3b4b3 | adding a helper to convert nokogiri nodes to a Hash representation | diff --git a/lib/risbn/nokogiri_utils.rb b/lib/risbn/nokogiri_utils.rb
new file mode 100644
index 0000000..4b8020f
--- /dev/null
+++ b/lib/risbn/nokogiri_utils.rb
@@ -0,0 +1,40 @@
+require 'nokogiri'
+
+class RISBN
+ module NokogiriUtils
+ extend self
+
+ # http://gist.github.com/370755
+ def hash_from_node(n... |
EmmanuelOga/risbn | 407ecd8ccf78be565ed08150742d78d39e22013f | Version bump to 0.2.0 | diff --git a/VERSION b/VERSION
index 6e8bf73..0ea3a94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.2.0
|
EmmanuelOga/risbn | 2e85a6d377de6b16edec62404eb991c4393940f2 | minimal documentation additions | diff --git a/README.rdoc b/README.rdoc
index 722d428..cc081fc 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,17 +1,40 @@
= risbn
-Description goes here.
+Minimal set of tools for working with isbns from ruby.
+
+Supports both isbn-10 and isbn-13.
+
+Provides a simple (barebones) tool for extracting isbns from pdf ... |
EmmanuelOga/risbn | 64119a7dc22405a6c04b13fcb0d8d158c70ccb05 | adding a file scanner for isbns | diff --git a/lib/risbn.rb b/lib/risbn.rb
index 1873785..b368051 100644
--- a/lib/risbn.rb
+++ b/lib/risbn.rb
@@ -1,64 +1,64 @@
class RISBN
attr_accessor :isbn
# Gross, but good to catch anything even remotely similar to a ISBN.
# Later, we can validate to see if it really is a ISBN.
ISBN_REGEXP = /([0-9\... |
EmmanuelOga/risbn | b8400b360cac3151940ac62da29aa282794b22c9 | Version bump to 0.1.0 | diff --git a/VERSION b/VERSION
index 77d6f4c..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
|
EmmanuelOga/risbn | 47ca76b24f11ae7175c8c863a31a2bd6e8b06123 | Version bump to 0.0.0 | diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..77d6f4c
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.0.0
|
soulstompp/MooseX-Traits-Attribute-Expirable | e538234ee23a9821ded746a651eae8c3d17c1014 | predicate/clearer fixes. | diff --git a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
index a63191f..27ad02a 100644
--- a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
+++ b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
@@ -1,59 +1,59 @@
pack... |
soulstompp/MooseX-Traits-Attribute-Expirable | f1a7600ec9aa1d947b9f5a001357b33263e73f71 | Changed attribute var names to attr like the moose modules call it. | diff --git a/lib/MooseX/Traits/Attribute/Expirable.pm b/lib/MooseX/Traits/Attribute/Expirable.pm
index 85e9c8d..67b38ed 100644
--- a/lib/MooseX/Traits/Attribute/Expirable.pm
+++ b/lib/MooseX/Traits/Attribute/Expirable.pm
@@ -1,225 +1,225 @@
package MooseX::Traits::Attribute::Expirable;
use Moose::Role;
our $VERS... |
soulstompp/MooseX-Traits-Attribute-Expirable | 8232cc989ee99b2a3f258b364214c96969b018df | documentation updates | diff --git a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
index 33975bc..a63191f 100644
--- a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
+++ b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
@@ -1,65 +1,59 @@
pack... |
soulstompp/MooseX-Traits-Attribute-Expirable | 1fe0450bc6bb2b68eba6aa06838cfa2adb3887ba | Added predicate tests. | diff --git a/t/basic.t b/t/basic.t
index 7fa51b0..68687a8 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,73 +1,78 @@
{
package Test;
use Moose;
use DateTime;
use DateTime::Duration;
use MooseX::Traits::Attribute::Expirable;
#TODO: test with builder
#TODO: test with laziness
#TODO: test to make sure it re... |
soulstompp/MooseX-Traits-Attribute-Expirable | ef25896a906ddc6e8764025bc17d82ed4ed58e33 | coercions on DateTime/Duration fields that are available as arguments. | diff --git a/lib/MooseX/Traits/Attribute/Expirable.pm b/lib/MooseX/Traits/Attribute/Expirable.pm
index 0092340..54c38a4 100644
--- a/lib/MooseX/Traits/Attribute/Expirable.pm
+++ b/lib/MooseX/Traits/Attribute/Expirable.pm
@@ -1,190 +1,192 @@
package MooseX::Traits::Attribute::Expirable;
use Moose::Role;
our $VERS... |
soulstompp/MooseX-Traits-Attribute-Expirable | 6008b74177ad60fd525bfaa7ef1b226440e17ac7 | expire_at helper | diff --git a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
index 028bae9..33975bc 100644
--- a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
+++ b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
@@ -1,61 +1,65 @@
pack... |
soulstompp/MooseX-Traits-Attribute-Expirable | e9a6e0118023ae52e80a7c9b7e5f4d0994ff3654 | Named reader support. | diff --git a/lib/MooseX/Traits/Attribute/Expirable.pm b/lib/MooseX/Traits/Attribute/Expirable.pm
index b13a63e..0092340 100644
--- a/lib/MooseX/Traits/Attribute/Expirable.pm
+++ b/lib/MooseX/Traits/Attribute/Expirable.pm
@@ -1,187 +1,190 @@
package MooseX::Traits::Attribute::Expirable;
use Moose::Role;
our $VERS... |
soulstompp/MooseX-Traits-Attribute-Expirable | 035c66443b5353ee2ddad96247160482844961e3 | trait stub class clean up | diff --git a/lib/Moose/Meta/Attribute/Custom/Trait/Expirable.pm b/lib/Moose/Meta/Attribute/Custom/Trait/Expirable.pm
index ad6aedf..a9f8cb2 100644
--- a/lib/Moose/Meta/Attribute/Custom/Trait/Expirable.pm
+++ b/lib/Moose/Meta/Attribute/Custom/Trait/Expirable.pm
@@ -1,77 +1,65 @@
package Moose::Meta::Attribute::Custom::... |
soulstompp/MooseX-Traits-Attribute-Expirable | ef7e78d96c8d7ed0fd7b1deff81e4edd6d7e39e4 | reader changes. | diff --git a/lib/MooseX/Traits/Attribute/Expirable.pm b/lib/MooseX/Traits/Attribute/Expirable.pm
index f45fb39..b13a63e 100644
--- a/lib/MooseX/Traits/Attribute/Expirable.pm
+++ b/lib/MooseX/Traits/Attribute/Expirable.pm
@@ -1,181 +1,187 @@
package MooseX::Traits::Attribute::Expirable;
use Moose::Role;
our $VERS... |
soulstompp/MooseX-Traits-Attribute-Expirable | 7f3bc9766eec1ae6d233ed7a9564297693e9c986 | reader cleanup. | diff --git a/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
new file mode 100644
index 0000000..028bae9
--- /dev/null
+++ b/lib/Moose/Meta/Attribute/Custom/MethodProvider/Expirable.pm
@@ -0,0 +1,61 @@
+package Moose::Meta::Attribute::Custom::Met... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.